Home
last modified time | relevance | path

Searched defs:full_block_size (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/mimalloc/
Dpage.c293 …const size_t full_block_size = ((pq == NULL || mi_page_queue_is_huge(pq)) ? mi_page_block_size(pag… in mi_page_fresh_alloc() local
/external/python/cpython3/Include/internal/mimalloc/
Dmimalloc.h261 size_t full_block_size; // size in bytes of a full block including padding and metadata. member