| 231 | } |
| 232 | |
| 233 | static void ReleaseUnused() { WrappedAllocator::ReleaseUnused(); } |
| 234 | |
| 235 | static Status ReallocateAligned(int64_t old_size, int64_t new_size, int64_t alignment, |
| 236 | uint8_t** ptr) { |
nothing calls this directly
no test coverage detected