Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TTempBuf
Method
TTempBuf
util/memory/tempbuf.cpp:173–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
TTempBuf::TTempBuf()
174
: Impl_(AcquireSmallBuffer(TMP_BUF_LEN))
175
{
176
}
177
178
/*
179
* all magick is here:
Callers
nothing calls this directly
Calls
3
AcquireSmallBuffer
Function · 0.85
ConstructImpl
Function · 0.85
move
Function · 0.50
Tested by
no test coverage detected