mimalloc/src
2019-08-19 21:24:38 -07:00
..
alloc-aligned.c restructure the page flags to use explicit masks 2019-08-10 17:48:00 -07:00
alloc-override-osx.c Fixing interpose on macOS 2019-07-02 12:49:28 -07:00
alloc-override-win.c change from MIMALLOC_OVERRIDE to MIMALLOC_DISABLE_OVERRIDE 2019-07-30 10:36:00 -07:00
alloc-override.c restore to old-style windows override; fix debug mode 2019-07-23 15:51:08 -07:00
alloc-posix.c add heap region check to cfree 2019-07-23 15:54:47 -07:00
alloc.c Merge branch 'dev' of https://github.com/microsoft/mimalloc into dev 2019-08-19 08:10:11 -07:00
heap.c fix absorb heap (issue #132) 2019-08-19 19:19:09 -07:00
init.c fix heap cookie and random order on initialization (issue #131) 2019-08-19 19:22:13 -07:00
memory.c remove test statement 2019-08-19 21:24:38 -07:00
options.c update order of options; make eager_region_commit 0 on windows by default 2019-08-10 15:44:55 -07:00
os.c always check large_os_pages enabled option so it can be changed during the running of the program 2019-08-19 21:22:24 -07:00
page-queue.c fix small object size check in mi_segment_page_alloc 2019-08-16 18:40:30 -07:00
page.c don't allow allocations larger than PTRDIFF_MAX, issue #121 2019-08-19 19:29:27 -07:00
segment.c fix small object size check in mi_segment_page_alloc 2019-08-16 18:40:30 -07:00
static.c merge with dev 2019-07-08 15:42:42 -07:00
stats.c add huge and giant stats; increase bins 2019-08-10 20:51:37 -07:00