Home
last modified time | relevance | path

Searched refs:allocations_ (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/unordered/test/helpers/
Dstrong.hpp20 unsigned int allocations_; member in test::strong
28 allocations_ = allocations; in store()
36 if (allocations != allocations_) in test()
/third_party/node/src/api/
Denvironment.cc111 CHECK(allocations_.empty()); in ~DebuggingArrayBufferAllocator()
146 auto it = allocations_.find(data); in Reallocate()
147 CHECK_NE(it, allocations_.end()); in Reallocate()
148 allocations_.erase(it); in Reallocate()
170 auto it = allocations_.find(data); in UnregisterPointerInternal()
171 CHECK_NE(it, allocations_.end()); in UnregisterPointerInternal()
177 allocations_.erase(it); in UnregisterPointerInternal()
183 CHECK_EQ(allocations_.count(data), 0); in RegisterPointerInternal()
184 allocations_[data] = size; in RegisterPointerInternal()
/third_party/node/src/
Dnode_internals.h137 std::unordered_map<void*, size_t> allocations_; variable
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc644 std::vector<std::vector<char>> allocations_; member in google::protobuf::DescriptorPool::Tables
660 allocations_before_checkpoint(tables->allocations_.size()), in CheckPoint()
881 allocations_.resize(checkpoint.allocations_before_checkpoint); in RollbackToLastCheckpoint()
1222 allocations_.emplace_back(size); in AllocateBytes()
1223 return allocations_.back().data(); in AllocateBytes()