| 82 | size_t FileCopyAllocation::bytes() const { return buffer_size_bytes_; } |
| 83 | |
| 84 | bool FileCopyAllocation::valid() const { return copied_buffer_ != nullptr; } |
| 85 | #endif |
| 86 | |
| 87 | MemoryAllocation::MemoryAllocation(const void* ptr, size_t num_bytes, |
no outgoing calls