Searched refs:small_object_block_record (Results 1 – 2 of 2) sorted by relevance
54 struct small_object_block_record { struct55 small_object_block_record* next; argument72 small_object_block_record* free_block_list; argument
118 small_object_block_record* const block_record = page->free_block_list; in alloc()120 small_object_block_record* next_free = in alloc()121 reinterpret_cast<small_object_block_record*>( in alloc()171 small_object_block_record* const block_record = in free()172 reinterpret_cast<small_object_block_record*>(ptr); in free()211 small_object_block_record* const first_block = in alloc_page()212 reinterpret_cast<small_object_block_record*>(first_block_addr); in alloc_page()