Home
last modified time | relevance | path

Searched refs:BumpPointerAllocator (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dallocator.h36 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_;
Dallocator-inl.h26 BumpPointerAllocator::BumpPointerAllocator(uintptr_t begin, uintptr_t end) : begin_(begin), top_(be… in BumpPointerAllocator() function
28 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()
Dtlab_allocator.h51 BumpPointerAllocator youngAllocator_;
Dlinear_space.h66 BumpPointerAllocator allocator_;