Searched defs:RangeValue (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc407 struct HeapLeakChecker::RangeValue { struct in class:HeapLeakChecker
411 typedef map<uintptr_t, HeapLeakChecker::RangeValue, less<uintptr_t>,
412 STL_Allocator<pair<const uintptr_t, HeapLeakChecker::RangeValue>,
2335 RangeValue value;
2343 RangeValue const& val = disabled_ranges->find(AsInt(end_address))->second;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc407 struct HeapLeakChecker::RangeValue { struct in class:HeapLeakChecker
411 typedef map<uintptr_t, HeapLeakChecker::RangeValue, less<uintptr_t>,
412 STL_Allocator<pair<const uintptr_t, HeapLeakChecker::RangeValue>,
2334 RangeValue value;
2342 RangeValue const& val = disabled_ranges->find(AsInt(end_address))->second;

Completed in 141 milliseconds