mimalloc/src
2021-02-24 15:53:26 -08:00
..
alloc-aligned.c limit memcpy as rep stosb to windows where the cpu supporst FSRM; add mi_memcpy_aligned for machine-word aligned copy. see issue #201 and pr #253 2021-01-30 14:33:46 -08:00
alloc-override-osx.c update override on macOS with interpose of malloc_default_zone (issues #313) 2020-12-15 16:03:54 -08:00
alloc-override.c update override on macOS with interpose of malloc_default_zone (issues #313) 2020-12-15 16:03:54 -08:00
alloc-posix.c limit memcpy as rep stosb to windows where the cpu supporst FSRM; add mi_memcpy_aligned for machine-word aligned copy. see issue #201 and pr #253 2021-01-30 14:33:46 -08:00
alloc.c Merge branch 'dev' into dev-slice 2021-02-22 14:28:22 -08:00
arena.c Merge branch 'dev' into dev-slice 2021-02-22 14:28:22 -08:00
bitmap.c Merge branch 'dev' into dev-slice 2021-02-22 14:28:22 -08:00
bitmap.h merge from dev (with is_pinned/is_large separation) 2020-09-08 17:54:58 -07:00
heap.c Merge branch 'dev' into dev-slice 2021-02-01 15:47:37 -08:00
init.c fix issue #363 and disable assertion for now 2021-02-22 15:05:47 -08:00
options.c Merge branch 'dev' into dev-slice 2021-02-22 14:28:22 -08:00
os.c merge from dev 2021-02-24 15:53:26 -08:00
page-queue.c merge from dev (bitmap split) 2020-09-08 10:33:30 -07:00
page.c merge from dev 2020-10-11 13:38:12 -07:00
random.c rename <Windows.h> include to <windows.h> for mingw compatibility (see pr #367) 2021-02-22 13:04:11 -08:00
region.c Merge branch 'master' into dev 2020-09-24 16:32:56 -07:00
segment-cache.c add debug view of arenas 2021-01-28 17:32:42 -08:00
segment.c fix issue #363 and disable assertion for now 2021-02-22 15:05:47 -08:00
static.c refactor segment cache and map in a separate source file 2020-09-08 13:27:34 -07:00
stats.c Merge branch 'dev' into dev-slice 2021-02-22 14:28:22 -08:00