Home
last modified time | relevance | path

Searched defs:FreeListAllocator (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Djit_fort.h30 class FreeListAllocator; variable
Dallocator-inl.h76 FreeListAllocator<T>::FreeListAllocator(BaseHeap *heap) : heap_(heap) in FreeListAllocator() function
Djit_fort.cpp31 FreeListAllocator<MemDesc>::FreeListAllocator(BaseHeap *heap, MemDescPool *pool, JitFort *fort) in FreeListAllocator() function in panda::ecmascript::FreeListAllocator
/arkcompiler/runtime_core/static_core/runtime/mem/
Dfreelist_allocator-inl.h29 FreeListAllocator<AllocConfigT, LockConfigT>::FreeListAllocator(MemStatsType *memStats, SpaceType t… in FreeListAllocator() function