Home
last modified time | relevance | path

Searched defs:LocalMapleAllocator (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool.h240 class LocalMapleAllocator; variable
261 void PushAllocator(const LocalMapleAllocator * /* alloc */) const {} in PushAllocator()
263 void CheckTopAllocator(const LocalMapleAllocator * /* alloc */) const {} in CheckTopAllocator()
270 friend LocalMapleAllocator; variable
Dmempool_allocator.h74 explicit LocalMapleAllocator(StackMemPool &m) in LocalMapleAllocator() function