Home
last modified time | relevance | path

Searched refs:LOW_POOL_SIZE (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_map_allocator.cpp82 } else if (capacity_ >= LOW_POOL_SIZE) { in AdapterSuitablePoolCapacity()
Dmem.h43 static constexpr size_t LOW_POOL_SIZE = 64_MB; variable