| 150 | } // namespace |
| 151 | |
| 152 | static inline TTempBufManager* TempBufManager() { |
| 153 | return FastTlsSingletonWithPriority<TTempBufManager, 2>(); |
| 154 | } |
| 155 | |
| 156 | static inline TTempBuf::TImpl* AcquireSmallBuffer(size_t size) { |
| 157 | #if defined(_asan_enabled_) |
no outgoing calls
no test coverage detected