Stack.totalNodeCount

This special field is only available when version Fluid_MemoryStatistics is set. Stack will then count the number of total nodes it has allocated per type and thread.

This count can be reset with resetNodeCount.

struct Stack(T)
version(Fluid_EnableStackStatistics)
static
int
totalNodeCount
()

Return Value

Type: int

Total number of nodes allocated by the stack.

Meta