mimalloc/src
Daan 60e9d3f69d
Merge pull request #81 from devnexen/mac_large_page_2mb
initial support of 2MB pages on Mac
2019-07-15 10:56: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 sized delete to windows override 2019-07-14 20:28:33 -07:00
alloc-override.c more complete C++ support for compliance and performance 2019-07-14 19:56:33 -07:00
alloc-posix.c add more const declarations (pr #79) 2019-07-08 12:00:59 -07:00
alloc.c more complete C++ support for compliance and performance 2019-07-14 19:56:33 -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 Merge pull request #81 from devnexen/mac_large_page_2mb 2019-07-15 10:56:53 -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