mimalloc/src
2019-07-03 19:47:44 -07:00
..
alloc-aligned.c strengthen alignment check to be void* aligned 2019-06-27 13:27:53 -07:00
alloc-override-osx.c Fixing interpose on macOS 2019-07-02 12:49:28 -07:00
alloc-override-win.c Possible fix to windows dynamic override calling register onexit directly 2019-07-03 19:47:44 -07:00
alloc-override.c more conservative shrinking of memory 2019-07-02 22:49:12 -07:00
alloc.c fix compilation on mingw, issue #25 2019-06-23 23:17:44 -07:00
heap.c fix page count of heap when absorbing 2019-06-27 13:32:44 -07:00
init.c rewrite of low-level OS (aligned) allocation to better handle large pages and aligned allocation 2019-07-03 14:52:32 -07:00
options.c enable large OS page support on Windows 2019-06-28 22:35:57 -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 page count of heap when absorbing 2019-06-27 13:32:44 -07:00
page.c fix aligned_ensured bug, trie inc bug, stats in the OS module 2019-07-03 00:16:27 -07:00
segment.c more conservative shrinking of memory 2019-07-02 22:49:12 -07:00
static.c Clarify top-level license file 2019-06-23 19:53:34 +08:00
stats.c merge back changes to OS module from 'dev-exp' 2019-07-02 17:17:03 -07:00