Home
last modified time | relevance | path

Searched defs:AllocProfState (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/
DProfile.h63 struct AllocProfState { struct
64 bool enabled; // is allocation tracking enabled?
66 int allocCount; // #of objects allocated
67 int allocSize; // cumulative size of objects
69 int failedAllocCount; // #of times an allocation failed
70 int failedAllocSize; // cumulative size of failed allocations
72 int freeCount; // #of objects freed
73 int freeSize; // cumulative size of freed objects
75 int gcCount; // #of times an allocation triggered a GC
77 int classInitCount; // #of initialized classes
[all …]