Home
last modified time | relevance | path

Searched refs:mi_page_set_heap (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Objects/mimalloc/
Dpage.c403 mi_page_set_heap(page, NULL); in _mi_page_abandon()
442 mi_page_set_heap(page,NULL); in _mi_page_free()
684 mi_page_set_heap(page, heap); in mi_page_init()
879 mi_page_set_heap(page, NULL); in mi_large_huge_page_alloc()
Dsegment.c1357 mi_page_set_heap(page, target_heap); in mi_segment_reclaim()
/external/python/cpython3/Include/internal/mimalloc/mimalloc/
Dinternal.h501 static inline void mi_page_set_heap(mi_page_t* page, mi_heap_t* heap) { in mi_page_set_heap() function