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...

Results 4 nedmalloc issues
Sort by recently updated
recently updated
newest added

Hi, It seems nedmalloc does not compile under Visual studio 2017. Not sure yet who is the culprit (Visual studio? nedmalloc?) 1>------ Build started: Project: nedmalloc, Configuration: Debug Win32 ------...

Critical - crash in multithreaded environment, when using nedrealloc (yes, again) crash appears when nedrealloc being called on multiple threads, reallocating small (or null) memory area to larger buffers again...

GitHub is a little weird: they want you to copy & paste your log/patch/file attachment to http://gist.github.com/, hit the Create Public Button and link to it from your issue by...

STICKY