Searched refs:gCurAlloc (Results 1 – 1 of 1) sorted by relevance
45 static asr_uint32_t gCurAlloc = -1; variable288 gCurAlloc = 0; in PMemInit()410 passert(gCurAlloc >= data->size); in PMemLogFree()411 gCurAlloc -= data->size; in PMemLogFree()549 passert(totalAlloc == gCurAlloc); in PMemReport()672 gCurAlloc += actualSize; in pmalloc()673 if (gMaxAlloc < gCurAlloc) in pmalloc()674 gMaxAlloc = gCurAlloc; in pmalloc()828 gCurAlloc += actualSize - oldSize; in prealloc()829 if (gMaxAlloc < gCurAlloc) in prealloc()[all …]