mimalloc/src
2025-02-11 16:28:08 -08:00
..
prim merge from dev 2025-02-11 14:47:20 -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 fix assertion condition 2025-02-11 09:47:03 -08:00
arena.c fix sign of comparison 2025-02-05 14:27:36 -08:00
bitmap.c merge from dev 2025-02-11 14:47:20 -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 merge from dev 2025-02-11 14:47:20 -08:00
init.c fix heap_main declaration 2025-02-10 21:25:30 -08:00
libc.c merge from dev 2025-01-04 22:02:50 -08:00
options.c disable page commit_on_demand by default 2025-02-11 16:28:08 -08:00
os.c merge from dev 2025-02-11 09:21:48 -08:00
page-map.c avoid overflow in max address calculation on 32-bit (issue #1010) 2025-02-11 09:32:13 -08:00
page-queue.c merge from dev 2025-02-11 14:47:20 -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