Searched refs:FreeBlockInfo (Results 1 – 1 of 1) sorted by relevance
52 struct FreeBlockInfo { struct59 round_up(block_size < sizeof(FreeBlockInfo) ? sizeof(FreeBlockInfo) : block_size, 16)), in LinkerBlockAllocator() argument70 FreeBlockInfo* block_info = reinterpret_cast<FreeBlockInfo*>(free_block_list_); in alloc()72 FreeBlockInfo* next_block_info = reinterpret_cast<FreeBlockInfo*>( in alloc()101 FreeBlockInfo* block_info = reinterpret_cast<FreeBlockInfo*>(block); in free()129 FreeBlockInfo* first_block = reinterpret_cast<FreeBlockInfo*>(page->bytes); in create_new_page()