MCPcopy 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
173TTempBuf::TTempBuf()
174 : Impl_(AcquireSmallBuffer(TMP_BUF_LEN))
175{
176}
177
178/*
179 * all magick is here:

Callers

nothing calls this directly

Calls 3

AcquireSmallBufferFunction · 0.85
ConstructImplFunction · 0.85
moveFunction · 0.50

Tested by

no test coverage detected