Searched refs:AllocValue (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h240 struct AllocValue { struct in class:HeapProfileTable
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*
[all...]
H A Dheap-profile-table.cc221 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*
[all...]
H A Ddeep-heap-profile.h81 typedef HeapProfileTable::AllocValue AllocValue; typedef in class:DeepHeapProfile
338 AllocValue* alloc_value,
H A Ddeep-heap-profile.cc1046 AllocValue* alloc_value,
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.h214 struct AllocValue { struct in class:HeapProfileTable
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*
[all...]
H A Dheap-profile-table.cc234 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*
[all...]

Completed in 142 milliseconds