Searched refs:min_heap_address (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc536 static uintptr_t min_heap_address = uintptr_t(-1LL); variable
584 if (addr < min_heap_address) min_heap_address = addr;
1455 min_heap_address <= addr;
1457 min_heap_address <= addr &&
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc536 static uintptr_t min_heap_address = uintptr_t(-1LL); variable
584 if (addr < min_heap_address) min_heap_address = addr;
1455 min_heap_address <= addr;
1457 min_heap_address <= addr &&

Completed in 88 milliseconds