mimalloc/src
2021-02-01 15:41:41 -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 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
arena.c add test to avoid searching arenas when possible 2020-10-15 19:46:19 -07:00
bitmap.c mi_bitmap_try_find_claim_field_across 2020-11-18 17:21:51 +00:00
bitmap.h track pinned memory separately from large os pages 2020-09-08 16:46:03 -07:00
heap.c add condition to avoid compilation error on vs2015 (#issue 353) 2021-02-01 15:41:41 -08:00
init.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
options.c Merge pull request #253 from haneefmubarak/memcpy-rep-movsb-windows-201 2021-01-29 16:00:00 -08:00
os.c undo previous commit dcae918 due to wrong logic (issue #289) 2021-02-01 09:55:18 -08:00
page-queue.c consolidate bit scan operations 2020-09-08 09:27:57 -07:00
page.c wrap MI_SECURE conditional in #ifdef to avoid warnings (issue #311) 2020-10-11 10:56:57 -07:00
random.c Merge pull request #253 from haneefmubarak/memcpy-rep-movsb-windows-201 2021-01-29 16:00:00 -08:00
region.c Merge branch 'master' into dev 2020-09-24 16:32:56 -07:00
segment.c fix statistics to include padding correctly (issue #301) 2020-10-11 13:14:43 -07:00
static.c split bitmap code into separate header and source file 2020-09-08 10:14:13 -07:00
stats.c make current stat the third column instead of first 2021-01-29 14:45:16 -08:00