Searched refs:block_cache (Results 1 – 2 of 2) sorted by relevance
64 u32 idx = block_alloc_.Alloc(&thr->block_cache); in AllocBlock()99 block_alloc_.Free(&thr->block_cache, idx & ~kFlagMask); in FreeRange()283 block_alloc_.FlushCache(&thr->block_cache); in OnThreadIdle()
393 DenseSlabAllocCache block_cache; member