Home
last modified time | relevance | path

Searched defs:endMemory (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dmem_pool.h197 [[maybe_unused]] uintptr_t endMemory = ToUintPtr(mem) + size; in CheckZeroedMemory() local
/arkcompiler/ets_frontend/arkguard/src/utils/
DPrinterUtils.ts87 endMemory: number; property
224 const endMemory = eventInfo.endMemory / BYTE_TO_MB; constant