mimalloc/src
2024-03-24 10:53:39 -07:00
..
prim further fixes to macOS version checks by ensuring MAC_OS_X_VERSION_10_7 is always defined (issue #829) 2024-03-03 09:54:49 -08:00
alloc-aligned.c add further zero initialization checks 2023-04-22 10:18:57 -07:00
alloc-override.c Define reallocarr as weak to avoid symbol collision on gnu/Linux. #751 by @Romain-Geissler-1A 2024-03-02 17:12:58 -08:00
alloc-posix.c update alignment check 2023-04-16 17:05:56 -07:00
alloc.c take 16 bits from used field to create a fast unalign path 2024-03-18 01:40:03 -07:00
arena.c Merge branch 'dev' into dev-abandon 2024-03-03 14:15:21 -08:00
bitmap.c add arena stats 2024-03-03 09:37:46 -08:00
bitmap.h add arena stats 2024-03-03 09:37:46 -08:00
free.c faster check for NULL in mi_free by combining with masking 2024-03-24 10:39:22 -07:00
heap.c increase thread data cache to 16 2023-04-15 19:49:14 -07:00
init.c fix compilation warnings for new uint16_t size for used field 2024-03-24 08:10:35 -07:00
libc.c more format specifiers for _mi_vsnprintf 2023-05-19 17:48:07 -07:00
options.c make reclaim tries a percentage of the abandoned count 2024-03-01 14:57:46 -08:00
os.c track os stats in the main stats directly 2024-03-03 13:19:27 -08:00
page-queue.c Fix whitespace 2022-12-03 00:24:20 +01:00
page.c use MI_MAX_ALIGN_SIZE to adjust block_offset_adj 2024-03-24 09:01:58 -07:00
random.c restructure header files 2023-03-20 10:37:39 -07:00
segment-map.c possible fix for #855 2024-03-02 14:14:59 -08:00
segment.c add extra runtime check to ensure we never insert large or huge pages in the segment free queue (issue #870) 2024-03-24 10:53:39 -07:00
static.c add libc.c source file 2023-05-19 10:24:39 -07:00
stats.c add arena stats 2024-03-03 09:37:46 -08:00