mimalloc/src
2019-07-11 15:44:37 -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 more eager handling of non-local frees 2019-07-11 15:21:57 -07:00
heap.c more eager handling of non-local frees 2019-07-11 15:21:57 -07:00
init.c add segment count to internal statistics 2019-07-10 19:54:46 -07:00
options.c experiment with larger small pages 2019-07-11 15:44:37 -07:00
os.c Merge branch 'dev' into dev-win 2019-07-10 22:48:20 -07:00
page-queue.c initial fix for delayed freeing of huge pages transferred between threads 2019-07-11 13:30:40 -07:00
page.c Merge branch 'dev' into dev-win 2019-07-11 15:22:09 -07:00
segment.c experiment with larger small pages 2019-07-11 15:44:37 -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