mimalloc/src
2019-07-09 21:05:30 -07:00
..
alloc-aligned.c add full heap aligned allocation api (issue #52); remove rezalloc (issue #63); add mi_version 2019-07-08 17:17:07 -07:00
alloc-override-osx.c Fixing interpose on macOS 2019-07-02 12:49:28 -07:00
alloc-override-win.c add capability to override multiple entry points in windows dynamic override; and stop patching msvcrt, just crtbase 2019-07-04 12:06:15 -07:00
alloc-override.c merge with master 2019-07-08 15:45:37 -07:00
alloc-posix.c add more const declarations (pr #79) 2019-07-08 12:00:59 -07:00
alloc.c fix path max in realpath on unix (pr #69) 2019-07-08 17:43:10 -07:00
heap.c fix compilation with C++, fix overrides in C++ to adhere to the spec (issue #26) 2019-07-07 18:11:21 -07:00
init.c fix leak in segment cache freeing 2019-07-09 20:32:54 -07:00
options.c add reset_decommit, reset_discard options; maintain more statistics 2019-07-09 20:24:00 -07:00
os.c add reset_decommit, reset_discard options; maintain more statistics 2019-07-09 20:24:00 -07:00
page-queue.c Fix compilation error with MSVC C++ 2019-07-07 21:59:53 -07:00
page.c add reset_decommit, reset_discard options; maintain more statistics 2019-07-09 20:24:00 -07:00
segment.c fix leak of huge segments in caches 2019-07-09 20:35:07 -07:00
static.c Expose mi prefixed public standard implementations of various posix, unix, and c++ allocation functions. See issue #75 2019-07-07 13:44:33 -07:00
stats.c Merge branch 'dev' into dev-win 2019-07-09 21:05:30 -07:00