Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/mimalloc/
Dpage.c211 mi_block_set_next(page,tail, page->local_free); in _mi_page_thread_free_collect()
244 mi_block_set_next(page, tail, page->free); in _mi_page_free_collect()
582mi_block_set_next(page, block, blocks[next]); // and set next; note: we may have `current == nex… in mi_page_free_list_extend_secure()
586 mi_block_set_next(page, blocks[current], page->free); // end of the list in mi_page_free_list_extend_secure()
608 mi_block_set_next(page,block,next); in mi_page_free_list_extend()
612 mi_block_set_next(page, last, page->free); in mi_page_free_list_extend()
Dalloc.c454 mi_block_set_next(page, block, mi_tf_block(tfree)); in _mi_free_block_mt()
495 mi_block_set_next(page, block, page->local_free); in _mi_free_block()
590 mi_block_set_next(page, block, page->local_free);
Dsegment.c1572 mi_block_set_next(page, block, page->free); in _mi_segment_huge_page_free()
/external/python/cpython3/Include/internal/mimalloc/mimalloc/
Dinternal.h673 static inline void mi_block_set_next(const mi_page_t* page, mi_block_t* block, const mi_block_t* ne… in mi_block_set_next() function