Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena_allocator.cpp28 ArenaAllocatorT<USE_OOM_HANDLER>::ArenaAllocatorT(SpaceType spaceType, BaseMemStats *memStats, in ArenaAllocatorT() function in ark::ArenaAllocatorT
41 ArenaAllocatorT<USE_OOM_HANDLER>::ArenaAllocatorT(OOMHandler oomHandler, SpaceType spaceType, BaseM… in ArenaAllocatorT() function in ark::ArenaAllocatorT
175 template class ArenaAllocatorT<true>; variable
176 template class ArenaAllocatorT<false>; variable
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator.cpp29 ArenaAllocatorT<use_oom_handler>::ArenaAllocatorT(SpaceType space_type, BaseMemStats *mem_stats, in ArenaAllocatorT() function in panda::ArenaAllocatorT
42 ArenaAllocatorT<use_oom_handler>::ArenaAllocatorT(OOMHandler oom_handler, SpaceType space_type, Bas… in ArenaAllocatorT() function in panda::ArenaAllocatorT
180 template class ArenaAllocatorT<true>; variable
181 template class ArenaAllocatorT<false>; variable