Searched defs:FreeListAllocator (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ | ||
H A D | allocator.h | 84 class FreeListAllocator : public Allocator { class |
H A D | allocator-inl.h | 76 FreeListAllocator<T>::FreeListAllocator(BaseHeap *heap) : heap_(heap) in FreeListAllocator() function in panda::ecmascript::FreeListAllocator [all...] |
H A D | jit_fort.cpp | 31 FreeListAllocator<MemDesc>::FreeListAllocator(BaseHeap *heap, MemDescPool *pool, JitFort *fort) in FreeListAllocator() function in panda::ecmascript::FreeListAllocator |
/arkcompiler/runtime_core/static_core/runtime/mem/ | ||
H A D | freelist_allocator.h | 83 class FreeListAllocator { class |
H A D | freelist_allocator-inl.h | 29 FreeListAllocator<AllocConfigT, LockConfigT>::FreeListAllocator(MemStatsType *memStats, SpaceType typeAllocation) in FreeListAllocator() function in ark::mem::FreeListAllocator [all...] |
Completed in 4 milliseconds