Searched defs:mi_heap_s (Results 1 – 1 of 1) sorted by relevance
547 struct mi_heap_s { struct548 mi_tld_t* tld;549 …where every entry points a page with possibly free blocks in the corresponding queue for that size.550 …queue_t pages[MI_BIN_FULL + 1]; // queue of pages for each size class (or "bin")552 mi_threadid_t thread_id; // thread this heap belongs too553 … arena_id; // arena id if the heap belongs to a specific arena (or 0)554 … cookie; // random cookie to verify pointers (see `_mi_ptr_cookie`)555 …ys[2]; // two random keys used to encode the `thread_delayed_free` list556 …tx_t random; // random number context used for secure allocation557 … page_count; // total number of pages in the `pages` queues.[all …]