Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/heap/allocator/
Dalloc_util.h34 #define ALLOCUTIL_MEM_UNMAP(address, sizeInBytes) \ argument
40 #define ALLOCUTIL_MEM_UNMAP(address, sizeInBytes) \ argument
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_gc.cpp185 int64_t sizeInBytes = 0; in AllocateArrayObject() local