mimalloc/src
2019-10-28 12:31:08 -07:00
..
alloc-aligned.c update page_flags to have more portable definition 2019-10-17 16:48:16 -07:00
alloc-override-osx.c Fixing interpose on macOS 2019-07-02 12:49:28 -07:00
alloc-override.c fix type; fix comment 2019-09-02 10:18:34 -07:00
alloc-posix.c limit aligned allocation to power-of-two alignment 2019-09-11 17:49:28 -07:00
alloc.c fix double free check in secure = 4 mode; inline _mi_ptr_cookie 2019-10-19 08:34:18 -07:00
heap.c add recursion guard to deferred callback 2019-09-09 08:02:41 -07:00
init.c fix double free check in secure = 4 mode; inline _mi_ptr_cookie 2019-10-19 08:34:18 -07:00
memory.c merge from dev 2019-10-28 12:31:08 -07:00
options.c stronger secure mode when defining MI_SECURE=4: checks for double free, corrupted free list, and invalid pointer frees. Performance is impacted but not too much -- more perf testing is needed 2019-10-18 18:11:04 -07:00
os.c merge from dev 2019-10-28 12:31:08 -07:00
page-queue.c fix warnings at high warning level in msvc 2019-10-17 16:56:57 -07:00
page.c update page_flags to have more portable definition 2019-10-17 16:48:16 -07:00
segment.c make secure a build option only 2019-09-17 17:31:42 -07:00
static.c merge with dev 2019-07-08 15:42:42 -07:00
stats.c make output function configurable; remove <stdio.h> from standard includes 2019-08-29 09:42:50 -07:00