Searched refs:kMaxAllocationTraceLength (Results 1 – 2 of 2) sorted by relevance
132 static const int kMaxAllocationTraceLength = 64; variable136 unsigned allocation_trace_buffer_[kMaxAllocationTraceLength];
238 while (!it.done() && length < kMaxAllocationTraceLength) { in AllocationEvent()