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

  /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...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.h 81 typedef HeapProfileTable::AllocValue AllocValue;
338 AllocValue* alloc_value,
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...]

Completed in 65 milliseconds