This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Thread safe memory allocations


Hello,

I use Doug Lea's memory allocation and enabled "Make thread safe", but for me it looks like it doesn't do any locking. There's a MALLOC_LOCK macro which is empty. I have sometimes a crash getting mallinfo, that's why I searched for a lock inside getStatus().

Is the thread safe implementation really working?

Bye...

BTW: I released a memory leak checker on the devel mailing list.


-- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]