nedmalloc 1.05 (Default branch) |
|
|
nedmalloc is an alternative malloc implementation
for multiple threads without lock contention based
on dlmalloc 2.8.3. It is more or less a newer
implementation of ptmalloc2, the standard
allocator in Linux (which is based on dlmalloc
2.7.0) but also contains a per-thread cache for
maximum CPU scalability.
License: OSI Approved
Changes:
This release adds an error check for TLSSET() and TLSFREE() macros. It fixes a segfault when freeing memory allocated using nedindependent_comalloc().
|