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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddebugallocation.cc396 size_t CheckAndClear(int type) { function in class:MallocBlock
539 if (IsMMapped()) { // have to do this before CheckAndClear
541 int size = CheckAndClear(type);
554 const size_t size = CheckAndClear(type);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Ddebugallocation.cc398 size_t CheckAndClear(int type) { function in class:MallocBlock
541 if (IsMMapped()) { // have to do this before CheckAndClear
543 int size = CheckAndClear(type);
556 const size_t size = CheckAndClear(type);

Completed in 443 milliseconds