HomeSort by relevance Sort by last modified time
    Searched full:call_stack_depth (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.h 127 int call_stack_depth; // number of caller stack frames that we saved member in struct:MemoryRegionMap::Region
129 // filled to call_stack_depth size
136 // but it also returns NULL when call_stack_depth is 0,
141 return reinterpret_cast<uintptr_t>(call_stack_depth >= 1
158 call_stack_depth = 0;
162 RAW_DCHECK(call_stack_depth == 0, ""); // only one such set is allowed
163 call_stack_depth = depth;
181 RAW_DCHECK(call_stack_depth >= 0 &&
182 call_stack_depth <= kMaxStackDepth, "");
heap-profile-table.cc 376 GetBucket(r->call_stack_depth, r->call_stack, mmap_table_, NULL);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.h 139 int call_stack_depth; // number of caller stack frames that we saved member in struct:MemoryRegionMap::Region
141 // filled to call_stack_depth size
148 // but it also returns NULL when call_stack_depth is 0,
153 return reinterpret_cast<uintptr_t>(call_stack_depth >= 1
170 call_stack_depth = 0;
174 RAW_DCHECK(call_stack_depth == 0, ""); // only one such set is allowed
175 call_stack_depth = depth;
193 RAW_DCHECK(call_stack_depth >= 0 &&
194 call_stack_depth <= kMaxStackDepth, "");
memory_region_map.cc 633 RecordRegionRemovalInBucket(r.call_stack_depth, r.call_stack, size);
678 RecordRegionRemovalInBucket(region->call_stack_depth, region->call_stack,
689 RecordRegionRemovalInBucket(region->call_stack_depth, region->call_stack,
704 RecordRegionRemovalInBucket(region->call_stack_depth, region->call_stack,
712 RecordRegionRemovalInBucket(region->call_stack_depth, region->call_stack,
    [all...]
deep-heap-profile.cc     [all...]

Completed in 226 milliseconds