Home
last modified time | relevance | path

Searched refs:ObjectMemoryInit (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dallocator.cpp73 void ObjectAllocatorBase::ObjectMemoryInit(void *mem, size_t size) const in ObjectMemoryInit() function in panda::mem::ObjectAllocatorBase
130 ObjectMemoryInit(mem, size); in Allocate()
148 ObjectMemoryInit(mem, size); in AllocateNonMovable()
279 ObjectMemoryInit(mem, size); in Allocate()
312 ObjectMemoryInit(mem, size); in AllocateNonMovable()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.cpp203 ObjectMemoryInit(mem, size); in Allocate()
230 ObjectMemoryInit(mem, size); in AllocateNonMovable()
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h321 void ObjectMemoryInit(void *mem, size_t size) const;