mimalloc/src
2020-01-27 23:15:37 -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 warning on gcc on attribute ignore in templates 2020-01-25 13:28:24 -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 extra assertion that all segments are free on thread termination 2020-01-25 14:30:02 -08:00
options.c fix tagged null encoding, search segment cache before reclaim 2020-01-24 16:31:18 -08:00
os.c add cache alignment directives for contended variables 2020-01-24 19:02:13 -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 Merge branch 'dev' into dev-exp 2020-01-27 23:15:37 -08:00
random.c enable arc4random abi under apple 2020-01-25 14:47:09 +00:00
region.c Merge branch 'dev' into dev-exp 2020-01-27 23:15:37 -08:00
segment.c cleanup reclaim logic 2020-01-26 12:39:11 -08:00
static.c move 'memory.c' to 'region.c' 2020-01-25 13:28:49 -08:00
stats.c reduce type casts in atomic operations 2020-01-22 19:44:54 -08:00