mimalloc/src
2025-06-08 15:36:10 -07:00
..
prim merge from dev 2025-02-11 14:47:20 -08:00
alloc-aligned.c fix compilation for guarded build 2025-03-21 20:05:37 -07: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 fix compilation for guarded build 2025-03-21 20:05:37 -07:00
arena-meta.c fix assertion condition 2025-02-11 09:47:03 -08:00
arena.c return NULL in mi_arena_try_alloc_at if we cannot commit but commit was requested 2025-06-08 15:36:10 -07:00
bitmap.c add acces to statistics for runtime performance counters 2025-03-21 19:12:08 -07:00
bitmap.h add acces to statistics for runtime performance counters 2025-03-21 19:12:08 -07:00
free.c fix statistics for tracking the freed size of huge pages 2025-05-28 16:37:02 -07:00
heap.c improve precision of malloc_huge statistic by always using the global os stats 2025-06-03 13:36:05 -07:00
init.c add acces to statistics for runtime performance counters 2025-03-21 19:12:08 -07:00
libc.c merge from dev 2025-01-04 22:02:50 -08:00
options.c limit page_reclaim to page queues of less than 4 pages; make page_commit_on_demand 0 by default. 2025-02-10 12:45:38 -08:00
os.c fix error path on commit failure to use correct base address 2025-06-03 13:56:12 -07:00
page-map.c check all _mi_os_commit calls and return NULL if failing to commit 2025-06-03 12:20:02 -07:00
page-queue.c fix page_bin and pages statistics; merge thread-local statistics regularly with main statistics; bump version to 3.0.4 2025-05-20 18:15:36 -07:00
page.c fix build error on Ubuntu 2025-06-03 13:41:45 -07: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 ensure page stats are done on the subproc stats in case the tld is NULL 2025-05-21 09:20:29 -07:00