Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dchunk.cpp48 if (newSize < MIN_CHUNK_AREA_SIZE) { in Expand()
49 newSize = MIN_CHUNK_AREA_SIZE; in Expand()
Dmem.h77 static constexpr size_t MIN_CHUNK_AREA_SIZE = 4_KB; variable