mimalloc/src
2020-01-19 17:33:36 -08:00
..
alloc-aligned.c Add ability to register custom error function called on various error conditions; including ENOMEM 2020-01-17 19:59:55 -08:00
alloc-override-osx.c Fixing interpose on macOS 2019-07-02 12:49:28 -07:00
alloc-override.c test for gcc version for aligned new/delete overrides 2020-01-16 16:30:44 -08:00
alloc-posix.c limit aligned allocation to power-of-two alignment 2019-09-11 17:49:28 -07:00
alloc.c fix build warnings on linux 2020-01-19 17:33:36 -08:00
arena.c Add ability to register custom error function called on various error conditions; including ENOMEM 2020-01-17 19:59:55 -08:00
bitmap.inc.c fix type of bitmap field to avoid C++ error on older gcc 2020-01-16 16:21:59 -08:00
heap.c fix debug build 2020-01-16 03:54:51 -08:00
init.c Add ability to register custom error function called on various error conditions; including ENOMEM 2020-01-17 19:59:55 -08:00
memory.c make mimalloc compile with the highest warning level on msvc 2020-01-16 18:12:01 -08:00
options.c Add ability to register custom error function called on various error conditions; including ENOMEM 2020-01-17 19:59:55 -08:00
os.c Add ability to register custom error function called on various error conditions; including ENOMEM 2020-01-17 19:59:55 -08:00
page-queue.c use delayed free for all pages; reduce size of the page structure for improved address calculation 2020-01-15 17:19:01 -08:00
page.c Add ability to register custom error function called on various error conditions; including ENOMEM 2020-01-17 19:59:55 -08:00
random.c on Linux dynamically detect if getrandom is supported and fall back to /dev/urandom if needed 2020-01-06 22:08:21 -08:00
segment.c add option to reset eagerly when a segment is abandoned 2020-01-16 11:25:02 -08:00
static.c updated random cookie generation using OS primitives and chacha20 2019-12-22 19:37:49 -08:00
stats.c add output argument to stat printing 2020-01-15 10:53:54 -08:00