Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_space.cpp153void *allocatorPtr, size_t currentFreeBytesInSpace, ObjectMemorySpace *memSpace, in TryAllocPoolBase()
172 …TryAllocPool(size_t poolSize, SpaceType spaceType, AllocatorType allocatorType, void *allocatorPtr) in TryAllocPool()
179 void *allocatorPtr, size_t currentFreeBytesInSpace, in TryAllocArenaBase()
193 …yAllocArena(size_t arenaSize, SpaceType spaceType, AllocatorType allocatorType, void *allocatorPtr) in TryAllocArena()
368 void *allocatorPtr) in AllocSharedPool()
377 …paces::AllocAlonePoolForYoung(SpaceType spaceType, AllocatorType allocatorType, void *allocatorPtr) in AllocAlonePoolForYoung()
388 void *allocatorPtr) in TryAllocPoolForYoung()
398 void *allocatorPtr, OSPagesAllocPolicy allocPolicy) in TryAllocPoolForTenured()
406 void *allocatorPtr) in TryAllocPool()
412 void *allocatorPtr) in TryAllocArenaForTenured()
[all …]
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp795 uintptr_t allocatorPtr = reinterpret_cast<uintptr_t>(nativePtr->GetData()); in WriteJSNativePointer() local
1764 uintptr_t allocatorPtr; in ReadJSNativePointer() local