mimalloc/src
2019-08-20 07:47:50 -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 do not export DllEntry on windows 2019-08-20 07:06:53 -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 better option interface: option_enable, option_disable, and option_set_enabled 2019-08-20 07:47:50 -07:00
os.c remove the reset_discards option 2019-08-20 07:06:11 -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