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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
central_freelist.cc 81 void CentralFreeList::ReleaseListToSpans(void* start) {
218 // ReleaseListToSpans releases the lock, so we have to make all the
222 ReleaseListToSpans(tc_slots_[used_slots_].head);
241 ReleaseListToSpans(start);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
central_freelist.cc 81 void CentralFreeList::ReleaseListToSpans(void* start) {
219 // ReleaseListToSpans releases the lock, so we have to make all the
223 ReleaseListToSpans(tc_slots_[used_slots_].head);
242 ReleaseListToSpans(start);

Completed in 607 milliseconds