Searched defs:AllocProfState (Results 1 – 1 of 1) sorted by relevance
63 struct AllocProfState { struct64 bool enabled; // is allocation tracking enabled?66 int allocCount; // #of objects allocated67 int allocSize; // cumulative size of objects69 int failedAllocCount; // #of times an allocation failed70 int failedAllocSize; // cumulative size of failed allocations72 int freeCount; // #of objects freed73 int freeSize; // cumulative size of freed objects75 int gcCount; // #of times an allocation triggered a GC77 int classInitCount; // #of initialized classes[all …]