Searched refs:usedHeapSize (Results 1 – 5 of 5) sorted by relevance
99 if (!gcEventData->usedHeapSize()) in gcEpilogueCallback()102 size_t usedHeapSize = getUsedHeapSize(); in gcEpilogueCallback() local103 …size_t collectedBytes = usedHeapSize > gcEventData->usedHeapSize() ? 0 : gcEventData->usedHeapSize… in gcEpilogueCallback()
73 size_t usedHeapSize() { return m_usedHeapSize; } in usedHeapSize() function74 void setUsedHeapSize(size_t usedHeapSize) { m_usedHeapSize = usedHeapSize; } in setUsedHeapSize() argument
60 maxUsedHeapSize = Math.max(maxUsedHeapSize, r.usedHeapSize || maxUsedHeapSize);61 minUsedHeapSize = Math.min(minUsedHeapSize, r.usedHeapSize || minUsedHeapSize);72 if (!r.usedHeapSize)75 var y = Math.round((r.usedHeapSize - minUsedHeapSize) * yFactor);
1052 get usedHeapSize() getter in WebInspector.TimelinePresentationModel.Record1054 return this._record.usedHeapSize;
171 static unsigned int usedHeapSize = 0; variable300 usedHeapSize += (memBlockSize[ii] + MEM_BLOCK_HDR) * memBlockNum[ii]; in initAllMemPools()303 if (initialHeapSize < usedHeapSize) in initAllMemPools()330 reservedHeapSize = initialHeapSize - usedHeapSize; in initAllMemPools()539 usedHeapSize += requiredMemSize; in increaseMemPoolSize()690 printf("Used Heap Size %9i bytes\n", usedHeapSize); in displayMemStats()