I need to know if the malloc function( and family ) implemented in Pelles IDE is thread safe?
For example; the latest GNU C ( that would be glibc-2.17 ) has a malloc implemetation that IS thread safe.
I only know that Pelles is based on LCC compiler, but searching provided not much more information or source code.
Quote from main page:
>>The compiler is originally based on LCC (by Chris Fraser and David Hanson), but since then enhanced with support for C99 and C11, a global optimizer, a new register allocator, a function inliner, intrinsic functions, and many Microsoft C extensions.<<
Thank you