Home
last modified time | relevance | path

Searched refs:GetMemFromList (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dmem_map_allocator_test.cpp33 HWTEST_F_L0(MemMapAllocatorTest, GetMemFromList) in HWTEST_F_L0()
42 auto mem1 = memMapFreeList.GetMemFromList(size1); in HWTEST_F_L0()
47 auto mem2 = memMapFreeList.GetMemFromList(size2); in HWTEST_F_L0()
52 auto mem3 = memMapFreeList.GetMemFromList(size3); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_map_allocator.cpp143 mem = memMapFreeList_.GetMemFromList(size); in Allocate()
H A Dmem_map_allocator.h195 MemMap GetMemFromList(size_t size) in GetMemFromList() function in panda::ecmascript::MemMapFreeList

Completed in 2 milliseconds