mimalloc/src
2020-01-24 15:48:34 -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 improve codegen for mi_free 2020-01-23 10:03:03 -08:00
arena.c nicer message on huge OS page reservation 2020-01-22 19:46:43 -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 initial abandon based on fine-grained reclamation 2020-01-23 19:50:35 -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 Merge branch 'dev' into dev-exp-abandon 2020-01-24 15:48:34 -08:00
options.c fix bug in collect where has_page was not set on free pages 2020-01-23 21:37:14 -08:00
os.c reduce type casts in atomic operations 2020-01-22 19:44:54 -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 initial abandon based on fine-grained reclamation 2020-01-23 19:50:35 -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 fix assertion, add check for page committed before doing reset 2020-01-23 21:44:32 -08:00
static.c updated random cookie generation using OS primitives and chacha20 2019-12-22 19:37:49 -08:00
stats.c reduce type casts in atomic operations 2020-01-22 19:44:54 -08:00