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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc 396 size_t CheckAndClear(int type) {
539 if (IsMMapped()) { // have to do this before CheckAndClear
541 int size = CheckAndClear(type);
554 const size_t size = CheckAndClear(type);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc 398 size_t CheckAndClear(int type) {
541 if (IsMMapped()) { // have to do this before CheckAndClear
543 int size = CheckAndClear(type);
556 const size_t size = CheckAndClear(type);
    [all...]

Completed in 45 milliseconds