mimalloc/src
2019-07-08 17:43:10 -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 compilation with C++, fix overrides in C++ to adhere to the spec (issue #26) 2019-07-07 18:11:21 -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 rewrite of low-level OS (aligned) allocation to better handle large pages and aligned allocation 2019-07-03 14:52:32 -07:00
page-queue.c Fix compilation error with MSVC C++ 2019-07-07 21:59:53 -07:00
page.c fix C++ compilation warnings with VisualStudio 2017 2019-07-07 18:52:12 -07:00
segment.c more conservative shrinking of memory 2019-07-02 22:49:12 -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 back changes to OS module from 'dev-exp' 2019-07-02 17:17:03 -07:00