Searched refs:mi_heap_stat_increase (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Objects/mimalloc/ |
D | alloc.c | 86 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()
|
D | page.c | 296 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()
|
D | alloc-aligned.c | 119 mi_heap_stat_increase(heap, malloc, size); in mi_heap_malloc_zero_aligned_at()
|
/external/python/cpython3/Include/internal/mimalloc/mimalloc/ |
D | types.h | 674 #define mi_heap_stat_increase(heap,stat,amount) mi_stat_increase( (heap)->tld->stats.stat, amount) macro
|