mimalloc/src
2019-08-11 08:54:32 -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 Merge pull request #32 from jedisct1/wasm 2019-07-15 11:03:46 -07:00
heap.c fix arguments for the heap visitor function, issue #124 2019-08-10 10:14:01 -07:00
init.c Port to WebAssembly 2019-07-15 02:22:41 +02:00
memory.c avoid mod operation in region allocation and limit extension 2019-08-11 08:54:32 -07:00
options.c update order of options; make eager_region_commit 0 on windows by default 2019-08-10 15:44:55 -07:00
os.c Merge branch 'master' into dev 2019-08-10 15:23:43 -07:00
page-queue.c merge from dev 2019-07-11 16:32:11 -07:00
page.c fix double assignment (#125, by @ebudai) 2019-08-10 09:53:00 -07:00
segment.c Merge branch 'dev' into dev-win 2019-07-14 12:55:52 -07:00
static.c merge with dev 2019-07-08 15:42:42 -07:00
stats.c Port to WebAssembly 2019-07-15 02:22:41 +02:00