MallocBlockQueueEntry 199 third_party/tcmalloc/chromium/src/debugallocation.cc MallocBlockQueueEntry() : block(NULL), size(0), MallocBlockQueueEntry 201 third_party/tcmalloc/chromium/src/debugallocation.cc MallocBlockQueueEntry(MallocBlock* b, size_t s) : block(b), size(s) { MallocBlockQueueEntry 319 third_party/tcmalloc/chromium/src/debugallocation.cc static FreeQueue<MallocBlockQueueEntry>* free_queue_; MallocBlockQueueEntry 575 third_party/tcmalloc/chromium/src/debugallocation.cc MallocBlockQueueEntry entries[4]; MallocBlockQueueEntry 577 third_party/tcmalloc/chromium/src/debugallocation.cc MallocBlockQueueEntry new_entry(b, size); MallocBlockQueueEntry 580 third_party/tcmalloc/chromium/src/debugallocation.cc free_queue_ = new FreeQueue<MallocBlockQueueEntry>; MallocBlockQueueEntry 584 third_party/tcmalloc/chromium/src/debugallocation.cc free_queue_size_ += size + sizeof(MallocBlockQueueEntry); MallocBlockQueueEntry 595 third_party/tcmalloc/chromium/src/debugallocation.cc entries[num_entries].size + sizeof(MallocBlockQueueEntry); MallocBlockQueueEntry 623 third_party/tcmalloc/chromium/src/debugallocation.cc static void CheckForDanglingWrites(const MallocBlockQueueEntry& queue_entry) { MallocBlockQueueEntry 647 third_party/tcmalloc/chromium/src/debugallocation.cc static void CheckForCorruptedBuffer(const MallocBlockQueueEntry& queue_entry, MallocBlockQueueEntry 825 third_party/tcmalloc/chromium/src/debugallocation.cc FreeQueue<MallocBlockQueueEntry>* MallocBlock::free_queue_ = NULL; MallocBlockQueueEntry 201 third_party/tcmalloc/vendor/src/debugallocation.cc MallocBlockQueueEntry() : block(NULL), size(0), MallocBlockQueueEntry 203 third_party/tcmalloc/vendor/src/debugallocation.cc MallocBlockQueueEntry(MallocBlock* b, size_t s) : block(b), size(s) { MallocBlockQueueEntry 321 third_party/tcmalloc/vendor/src/debugallocation.cc static FreeQueue<MallocBlockQueueEntry>* free_queue_; MallocBlockQueueEntry 577 third_party/tcmalloc/vendor/src/debugallocation.cc MallocBlockQueueEntry entries[4]; MallocBlockQueueEntry 579 third_party/tcmalloc/vendor/src/debugallocation.cc MallocBlockQueueEntry new_entry(b, size); MallocBlockQueueEntry 582 third_party/tcmalloc/vendor/src/debugallocation.cc free_queue_ = new FreeQueue<MallocBlockQueueEntry>; MallocBlockQueueEntry 586 third_party/tcmalloc/vendor/src/debugallocation.cc free_queue_size_ += size + sizeof(MallocBlockQueueEntry); MallocBlockQueueEntry 597 third_party/tcmalloc/vendor/src/debugallocation.cc entries[num_entries].size + sizeof(MallocBlockQueueEntry); MallocBlockQueueEntry 625 third_party/tcmalloc/vendor/src/debugallocation.cc static void CheckForDanglingWrites(const MallocBlockQueueEntry& queue_entry) { MallocBlockQueueEntry 651 third_party/tcmalloc/vendor/src/debugallocation.cc static void CheckForCorruptedBuffer(const MallocBlockQueueEntry& queue_entry, MallocBlockQueueEntry 818 third_party/tcmalloc/vendor/src/debugallocation.cc FreeQueue<MallocBlockQueueEntry>* MallocBlock::free_queue_ = NULL;