| 266 | } |
| 267 | |
| 268 | size_t AllocatedSize(const void* ptr) const override { |
| 269 | return wrapped_->AllocatedSize(ptr); |
| 270 | } |
| 271 | |
| 272 | int64 AllocationId(const void* ptr) const override { |
| 273 | return wrapped_->AllocationId(ptr); |
nothing calls this directly
no test coverage detected