Searched refs:mi_block_set_next (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Objects/mimalloc/ |
D | page.c | 211 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() 582 …mi_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()
|
D | alloc.c | 454 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);
|
D | segment.c | 1572 mi_block_set_next(page, block, page->free); in _mi_segment_huge_page_free()
|
/external/python/cpython3/Include/internal/mimalloc/mimalloc/ |
D | internal.h | 673 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
|