Lines Matching refs:Block
58 struct Block { struct
135 std::vector<Block>& existingBlocks) { in newAllocation()
175 Block newBlock; in newAllocation()
201 void deleteAllocation(const Allocation& alloc, std::vector<Block>& existingBlocks) { in deleteAllocation()
369 const Block& block) { in saveBlockLocked()
392 Block& block) { in loadBlockLocked()
421 void fillAllocFromLoad(const Block& block, Allocation& alloc) { in fillAllocFromLoad()
427 void fillBlockLocked(Block& block, struct AllocationCreateInfo& create) { in fillBlockLocked()
513 void destroyBlockLocked(Block& block) { in destroyBlockLocked()
536 bool shouldDestryBlockLocked(const Block& block) const { in shouldDestryBlockLocked()
545 std::vector<Block> mRingBlocks;
546 std::vector<Block> mBufferBlocks;
547 std::vector<Block> mCombinedBlocks;