| 492 | void deallocate(void* p, size_type) { alloc_->Free(p); } |
| 493 | |
| 494 | pointer address(reference x) const { return &x; } |
| 495 | const_pointer address(const_reference x) const { return &x; } |
| 496 | |
| 497 | MapAllocator<T, BaseAllocatorType>& operator=(const MapAllocator& rhs) { |
nothing calls this directly
no outgoing calls
no test coverage detected