Searched defs:AllocateBuffer (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/mem/ | ||
| D | native_area_allocator.cpp | 90 void *NativeAreaAllocator::AllocateBuffer(size_t size) in AllocateBuffer() function in panda::ecmascript::NativeAreaAllocator |
| /arkcompiler/ets_runtime/ecmascript/shared_mm/ | ||
| D | shared_mm.cpp | 74 void *JSSharedMemoryManager::AllocateBuffer(size_t size) in AllocateBuffer() function in panda::ecmascript::JSSharedMemoryManager |
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ | ||
| D | js_pandafile_manager.cpp | 613 void *JSPandaFileManager::AllocateBuffer(size_t size) in AllocateBuffer() function in panda::ecmascript::JSPandaFileManager |
| /arkcompiler/ets_runtime/ecmascript/serializer/ | ||
| D | serialize_data.h | 137 bool AllocateBuffer(size_t bytes) in AllocateBuffer() function |