mimalloc/src
2019-07-14 16:48:53 -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 refactor delayed_free code 2019-07-14 16:48:53 -07:00
heap.c more eager handling of non-local frees 2019-07-11 15:21:57 -07:00
init.c use standard compliant compilation of the thread_free atomic field 2019-07-14 16:20:27 -07:00
options.c add full heap aligned allocation api (issue #52); remove rezalloc (issue #63); add mi_version 2019-07-08 17:17:07 -07:00
os.c fix compilation warning on windows, issue #94 2019-07-09 23:49:12 -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 refactor delayed_free code 2019-07-14 16:48:53 -07:00
segment.c fix cache eviction of smaller segments 2019-07-14 12:52:58 -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 add commit charge statistics on windows 2019-07-09 21:05:09 -07:00