Searched refs:StrongRootBlockAllocator (Results 1 – 3 of 3) sorted by relevance
335 std::vector<Address, StrongRootBlockAllocator>::iterator it) in Iterator()345 std::vector<Address, StrongRootBlockAllocator>::iterator it_;349 : locations_(StrongRootBlockAllocator(heap)) {} in GlobalHandleVector()369 std::vector<Address, StrongRootBlockAllocator> locations_;
2603 class StrongRootBlockAllocator {2615 using other = StrongRootBlockAllocator;2618 explicit StrongRootBlockAllocator(Heap* heap) : heap_(heap) {} in StrongRootBlockAllocator() function
6680 Address* StrongRootBlockAllocator::allocate(size_t n) { in allocate()6694 void StrongRootBlockAllocator::deallocate(Address* p, size_t n) noexcept { in deallocate()