Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QV4::MemoryManager::Statistics Struct Reference

#include <qv4mm_p.h>

Collaboration diagram for QV4::MemoryManager::Statistics:

Public Attributes

size_t maxAllocatedMem = 0
size_t maxUsedBeforeGC = 0
size_t maxUsedAfterGC = 0
uint allocations [BlockAllocator::NumBins]

Detailed Description

Definition at line 515 of file qv4mm_p.h.

Member Data Documentation

◆ allocations

uint QV4::MemoryManager::Statistics::allocations[BlockAllocator::NumBins]

Definition at line 519 of file qv4mm_p.h.

◆ maxAllocatedMem

size_t QV4::MemoryManager::Statistics::maxAllocatedMem = 0

Definition at line 516 of file qv4mm_p.h.

◆ maxUsedAfterGC

size_t QV4::MemoryManager::Statistics::maxUsedAfterGC = 0

Definition at line 518 of file qv4mm_p.h.

◆ maxUsedBeforeGC

size_t QV4::MemoryManager::Statistics::maxUsedBeforeGC = 0

Definition at line 517 of file qv4mm_p.h.


The documentation for this struct was generated from the following file: