MCPcopy Create free account
hub / github.com/catboost/catboost / TempBufManager

Function TempBufManager

util/memory/tempbuf.cpp:152–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

AcquireSmallBufferFunction · 0.85
DisposeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected