Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Darena_test.cpp52 void GetOccupiedAndFreeSizeTestImplementation(size_t arena_size, size_t alloc_size) in GetOccupiedAndFreeSizeTestImplementation()
64 void ResizeAndResetTestImplementation(size_t arena_size, size_t alloc_size) in ResizeAndResetTestImplementation()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_checker.cpp158 size_t alloc_size = sizeof(Elf) + extra; in ElfAllocate() local