Searched refs:FreeBlockInfo (Results 1 – 1 of 1) sorted by relevance
49 struct FreeBlockInfo { struct54 static_assert(kBlockSizeAlign >= alignof(FreeBlockInfo)); argument55 static_assert(kBlockSizeMin == sizeof(FreeBlockInfo));68 FreeBlockInfo* block_info = reinterpret_cast<FreeBlockInfo*>(free_block_list_); in alloc()70 FreeBlockInfo* next_block_info = reinterpret_cast<FreeBlockInfo*>( in alloc()99 FreeBlockInfo* block_info = reinterpret_cast<FreeBlockInfo*>(block); in free()127 FreeBlockInfo* first_block = reinterpret_cast<FreeBlockInfo*>(page->bytes); in create_new_page()