mimalloc/src
2019-08-01 22:13:41 +08: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 Merge pull request #111 from jserv/avoid-strlen-in-loop 2019-07-22 09:51:02 -07:00
os.c fix typo 2019-07-19 16:23:14 +08:00
page-queue.c Refactor and split page_queue_remove by behavior 2019-08-01 22:13:30 +08:00
page.c Replace page_queue_remove by page_queue_remove_clear 2019-08-01 22:13:41 +08: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