| 84 | POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) |
| 85 | |
| 86 | TSmallArrayVector() : sizes(nullptr) { } |
| 87 | virtual ~TSmallArrayVector() { dealloc(); } |
| 88 | |
| 89 | // For breaking into two non-shared copies, independently modifiable. |
nothing calls this directly
no outgoing calls
no test coverage detected