Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/mimalloc/mimalloc/
Dinternal.h623 static inline void* mi_ptr_decode(const void* null, const mi_encoded_t x, const uintptr_t* keys) { in mi_ptr_decode() function
637 next = (mi_block_t*)mi_ptr_decode(null, block->next, keys); in mi_block_nextx()