Searched refs:BumpPointerAllocator (Results 1 – 4 of 4) sorted by relevance
36 class BumpPointerAllocator : public Allocator {38 BumpPointerAllocator() = default;39 ~BumpPointerAllocator() override = default;40 NO_COPY_SEMANTIC(BumpPointerAllocator);41 NO_MOVE_SEMANTIC(BumpPointerAllocator);43 inline BumpPointerAllocator(uintptr_t begin, uintptr_t end);133 BumpPointerAllocator bpAllocator_;
26 BumpPointerAllocator::BumpPointerAllocator(uintptr_t begin, uintptr_t end) : begin_(begin), top_(be… in BumpPointerAllocator() function28 void BumpPointerAllocator::Reset() in Reset()35 void BumpPointerAllocator::Reset(uintptr_t begin, uintptr_t end) in Reset()43 void BumpPointerAllocator::Reset(uintptr_t begin, uintptr_t end, uintptr_t top) in Reset()51 uintptr_t BumpPointerAllocator::Allocate(size_t size) in Allocate()
51 BumpPointerAllocator youngAllocator_;
66 BumpPointerAllocator allocator_;