mimalloc/src
2025-02-08 23:33:16 -08:00
..
prim Merge branch 'dev' into dev3 2025-02-08 12:52:15 -08:00
alloc-aligned.c Merge branch 'dev' into dev3 2025-01-02 15:02:57 -08:00
alloc-override.c Merge pull request #918 from mneumann/dev-fix-build-on-dragonflybsd 2024-12-30 12:18:35 -08:00
alloc-posix.c update alignment check 2023-04-16 17:05:56 -07:00
alloc.c combine flags and xthread_id 2025-01-03 13:15:46 -08:00
arena-meta.c Merge branch 'dev3' into dev3-bin 2024-12-23 16:47:08 -08:00
arena.c fix sign of comparison 2025-02-05 14:27:36 -08:00
bitmap.c add comment 2025-02-08 13:12:19 -08:00
bitmap.h improve performance of clearNX 2025-02-08 09:36:09 -08:00
free.c improve performance of mi_free_collect_mt by specializing mi_page_unown 2025-02-08 09:35:52 -08:00
heap.c allow page reclaim on free to the originating heap also within a threadpool 2025-02-06 11:53:22 -08:00
init.c change process initialization order (potential fix for issue #1007) 2025-02-08 23:33:16 -08:00
libc.c merge from dev 2025-01-04 22:02:50 -08:00
options.c set the option commit_on_demand back to 2 as we only do this for medium/large pages 2025-02-08 11:51:18 -08:00
os.c fix stats for delay purge commit 2024-12-25 11:45:01 -08:00
page-map.c improve free on macos 2025-02-05 20:55:21 -08:00
page-queue.c fix huge page allocation size 2024-12-24 16:39:54 -08:00
page.c fix bug in mi_page_free_collect_partly where the tail of the free list was kept 2025-02-08 09:35:21 -08:00
random.c various improvements 2024-12-09 14:31:43 -08:00
static.c add dedicated meta data allocation for threads and tld 2024-12-08 12:20:54 -08:00
stats.c use thread local stats for abandoned statistics to reduce contention 2025-02-04 17:54:49 -08:00