#include <limits>
#include <scoped_allocator>
#include "gtest/gtest.h"
#include "absl/container/internal/raw_hash_set.h"
#include "absl/container/internal/tracked.h"
Go to the source code of this file.
Namespaces | |
namespace | absl |
namespace | absl::container_internal |
Enumerations | |
enum | AllocSpec |
Alloc a1 = Alloc(1) |
Definition at line 183 of file raw_hash_set_allocator_test.cc.
Alloc a2 = Alloc(2) |
Definition at line 185 of file raw_hash_set_allocator_test.cc.
size_t id_ = std::numeric_limits<size_t>::max() |
Definition at line 119 of file raw_hash_set_allocator_test.cc.
size_t num_allocs = 0 |
Definition at line 33 of file raw_hash_set_allocator_test.cc.
std::set<void*> owned |
Definition at line 34 of file raw_hash_set_allocator_test.cc.
std::shared_ptr<AllocState> state_ = std::make_shared<AllocState>() |
Definition at line 121 of file raw_hash_set_allocator_test.cc.
Definition at line 184 of file raw_hash_set_allocator_test.cc.