Home
last modified time | relevance | path

Searched refs:MEMDESCS_PER_BLOCK (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Djit_fort_memdesc.h166 static constexpr size_t MEMDESCS_PER_BLOCK = 100; member in panda::ecmascript::MemDescPool
H A Djit_fort.cpp387 void *block = malloc(sizeof(MemDesc) * MEMDESCS_PER_BLOCK);
390 for (size_t i = 0; i < MEMDESCS_PER_BLOCK; ++i) {

Completed in 2 milliseconds