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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.h 240 struct AllocValue {
278 static size_t AllocValueSize(const AllocValue& v) { return v.bytes; }
280 typedef AddressMap<AllocValue> AllocationMap;
377 static void MapArgsAllocIterator(const void* ptr, AllocValue* v,
395 AllocValue* v,
399 inline static void MarkIterator(const void* ptr, AllocValue* v,
404 inline static void DumpNonLiveIterator(const void* ptr, AllocValue* v,
409 inline static void DumpMarkedIterator(const void* ptr, AllocValue* v,
414 AllocValue* value,
428 static void AddToSnapshot(const void* ptr, AllocValue* v, Snapshot* s)
    [all...]
heap-profile-table.cc 221 AllocValue v;
228 AllocValue v;
239 const AllocValue* alloc_value = address_map_->Find(ptr);
246 const AllocValue* alloc_value = address_map_->Find(ptr);
259 const AllocValue* alloc_value =
266 AllocValue* alloc = address_map_->FindMutable(ptr);
275 AllocValue* alloc = address_map_->FindMutable(ptr);
455 AllocValue* value,
487 void HeapProfileTable::DumpNonLiveIterator(const void* ptr, AllocValue* v,
508 void HeapProfileTable::DumpMarkedIterator(const void* ptr, AllocValue* v
    [all...]
deep-heap-profile.h 81 typedef HeapProfileTable::AllocValue AllocValue;
338 AllocValue* alloc_value,
deep-heap-profile.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h 214 struct AllocValue {
246 static size_t AllocValueSize(const AllocValue& v) { return v.bytes; }
248 typedef AddressMap<AllocValue> AllocationMap;
292 static void MapArgsAllocIterator(const void* ptr, AllocValue* v,
305 inline static void DumpNonLiveIterator(const void* ptr, AllocValue* v,
310 const void* ptr, AllocValue* v, HeapProfileTable* heap_profile);
319 static void AddToSnapshot(const void* ptr, AllocValue* v, Snapshot* s);
329 static void AddIfNonLive(const void* ptr, AllocValue* v,
407 inline void Add(const void* ptr, const AllocValue& v) {
416 static void ReportCallback(const void* ptr, AllocValue* v, ReportState*)
    [all...]
heap-profile-table.cc 234 AllocValue v;
241 AllocValue v;
252 const AllocValue* alloc_value = alloc_address_map_->Find(ptr);
259 const AllocValue* alloc_value = alloc_address_map_->Find(ptr);
272 const AllocValue* alloc_value =
279 AllocValue* alloc = alloc_address_map_->FindMutable(ptr);
288 AllocValue* alloc = alloc_address_map_->FindMutable(ptr);
383 AllocValue v;
457 void HeapProfileTable::DumpNonLiveIterator(const void* ptr, AllocValue* v,
478 const void* ptr, AllocValue* v, HeapProfileTable* heap_profile)
    [all...]

Completed in 73 milliseconds