Home
last modified time | relevance | path

Searched refs:kMaxAllocationTraceLength (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
Dallocation-tracker.h132 static const int kMaxAllocationTraceLength = 64; variable
136 unsigned allocation_trace_buffer_[kMaxAllocationTraceLength];
Dallocation-tracker.cc238 while (!it.done() && length < kMaxAllocationTraceLength) { in AllocationEvent()