nedmalloc icon indicating copy to clipboard operation
nedmalloc copied to clipboard

An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmalloc. Optimised for x86 and x64. Compatible with C++. Can patch i...