Leaf              336 third_party/tcmalloc/chromium/src/pagemap.h   Leaf* root_[ROOT_LENGTH];             // Pointers to 32 child nodes
Leaf              373 third_party/tcmalloc/chromium/src/pagemap.h         Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf)));
Leaf              393 third_party/tcmalloc/chromium/src/pagemap.h       Leaf* leaf = root_[i1];
Leaf              458 third_party/tcmalloc/chromium/src/pagemap.h     return reinterpret_cast<Leaf*>(root_->ptrs[i1]->ptrs[i2])->values[i3];
Leaf              466 third_party/tcmalloc/chromium/src/pagemap.h     reinterpret_cast<Leaf*>(root_->ptrs[i1]->ptrs[i2])->values[i3] = v;
Leaf              487 third_party/tcmalloc/chromium/src/pagemap.h         Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf)));
Leaf              510 third_party/tcmalloc/chromium/src/pagemap.h         Leaf* leaf = reinterpret_cast<Leaf*>(root_->ptrs[i1]->ptrs[i2]);
Leaf              133 third_party/tcmalloc/vendor/src/pagemap.h   Leaf* root_[ROOT_LENGTH];             // Pointers to 32 child nodes
Leaf              170 third_party/tcmalloc/vendor/src/pagemap.h         Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf)));
Leaf              190 third_party/tcmalloc/vendor/src/pagemap.h       Leaf* leaf = root_[i1];
Leaf              255 third_party/tcmalloc/vendor/src/pagemap.h     return reinterpret_cast<Leaf*>(root_->ptrs[i1]->ptrs[i2])->values[i3];
Leaf              263 third_party/tcmalloc/vendor/src/pagemap.h     reinterpret_cast<Leaf*>(root_->ptrs[i1]->ptrs[i2])->values[i3] = v;
Leaf              284 third_party/tcmalloc/vendor/src/pagemap.h         Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf)));
Leaf              307 third_party/tcmalloc/vendor/src/pagemap.h         Leaf* leaf = reinterpret_cast<Leaf*>(root_->ptrs[i1]->ptrs[i2]);