Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dnative_area_allocator.cpp91 void *NativeAreaAllocator::AllocateBuffer(size_t size) in AllocateBuffer() function in panda::ecmascript::NativeAreaAllocator
/arkcompiler/ets_runtime/ecmascript/shared_mm/
Dshared_mm.cpp75 void *JSSharedMemoryManager::AllocateBuffer(size_t size) in AllocateBuffer() function in panda::ecmascript::JSSharedMemoryManager
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.cpp485 void *JSPandaFileManager::AllocateBuffer(size_t size) in AllocateBuffer() function in panda::ecmascript::JSPandaFileManager
490 void *JSPandaFileManager::JSPandaFileAllocator::AllocateBuffer(size_t size) in AllocateBuffer() function in panda::ecmascript::JSPandaFileManager::JSPandaFileAllocator
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp174 bool JSSerializer::AllocateBuffer(size_t bytes) in AllocateBuffer() function in panda::ecmascript::JSSerializer