Home
last modified time | relevance | path

Searched defs:BumpPointerAllocator (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dallocator.h37 class BumpPointerAllocator : public Allocator { class
H A Dallocator-inl.h27 BumpPointerAllocator::BumpPointerAllocator(uintptr_t begin, uintptr_t end) : begin_(begin), top_(begin), end_(end) {} in BumpPointerAllocator() function in panda::ecmascript::BumpPointerAllocator
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dbump-allocator-inl.h30 BumpPointerAllocator<AllocConfigT, LockConfigT, USE_TLABS>::BumpPointerAllocator(Pool pool, SpaceType typeAllocation, in BumpPointerAllocator() function in ark::mem::BumpPointerAllocator
[all...]
H A Dbump-allocator.h64 class BumpPointerAllocator { class

Completed in 3 milliseconds