Home
last modified time | relevance | path

Searched refs:mi_heap_stat_increase (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Objects/mimalloc/
Dalloc.c86 mi_heap_stat_increase(heap, normal, bsize); in _mi_page_malloc()
90 mi_heap_stat_increase(heap, normal_bins[bin], 1); in _mi_page_malloc()
132 mi_heap_stat_increase(heap, malloc, mi_usable_size(p)); in mi_heap_malloc_small_zero()
166 mi_heap_stat_increase(heap, malloc, mi_usable_size(p)); in _mi_heap_malloc_zero_ex()
Dpage.c296 mi_heap_stat_increase(heap, pages, 1); in mi_page_fresh_alloc()
888 mi_heap_stat_increase(heap, large, bsize); in mi_large_huge_page_alloc()
892 mi_heap_stat_increase(heap, huge, bsize); in mi_large_huge_page_alloc()
Dalloc-aligned.c119 mi_heap_stat_increase(heap, malloc, size); in mi_heap_malloc_zero_aligned_at()
/external/python/cpython3/Include/internal/mimalloc/mimalloc/
Dtypes.h674 #define mi_heap_stat_increase(heap,stat,amount) mi_stat_increase( (heap)->tld->stats.stat, amount) macro