mimalloc/src
2020-01-27 23:15:24 -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 fix bug in committed check in arena allocation 2020-01-24 20:20: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 do not reclaim segments on collect 2020-01-23 15:48: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 fix is_zero setting in regions 2020-01-27 23:13:57 -08:00
options.c reduce type casts in atomic operations 2020-01-22 19:44:54 -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 increase retire page size 2020-01-27 23:15:24 -08:00
random.c enable arc4random abi under apple 2020-01-25 14:47:09 +00: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