Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ AdditionalDataLength
Method
AdditionalDataLength
util/memory/addstorage.h:68–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
inline size_t AdditionalDataLength() const noexcept {
69
return InfoPtr(static_cast<const T*>(this))->Length();
70
}
71
72
private:
73
static inline void DoDelete(void* ptr) noexcept {
Callers
2
Length
Method · 0.80
TestIt
Method · 0.80
Calls
1
Length
Method · 0.45
Tested by
1
TestIt
Method · 0.64