HomeSort by relevance Sort by last modified time
    Searched refs:kMaxAllocationTraceLength (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
allocation-tracker.h 132 static const int kMaxAllocationTraceLength = 64;
136 unsigned allocation_trace_buffer_[kMaxAllocationTraceLength];
allocation-tracker.cc 237 while (!it.done() && length < kMaxAllocationTraceLength) {

Completed in 381 milliseconds