Searched refs:allocation_pool_list (Results 1 – 2 of 2) sorted by relevance
154 struct allocation_pool_list struct156 allocation_pool_list *next; argument212 allocation_pool_list *m_returned_free_list;228 allocation_pool_list *m_block_list;264 if (size < sizeof (allocation_pool_list*)) in initialize()265 size = sizeof (allocation_pool_list*); in initialize()285 size_t header_size = align_eight (sizeof (allocation_pool_list)); in initialize()307 allocation_pool_list *block, *next_block; in release()353 allocation_pool_list *header; in allocate()373 allocation_pool_list *block_header; in allocate()[all …]