Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dmem_map_allocator_test.cpp79 memMapFreeList.AddMemToList(mem3); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_map_allocator.cpp103 memMapFreeList_.AddMemToList(MemMap(mem, size)); in Free()
Dmem_map_allocator.h228 void AddMemToList(MemMap memMap) in AddMemToList() function