Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ CheckAtEnd
Method
CheckAtEnd
util/memory/pool_ut.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
inline void CheckAtEnd() {
36
UNIT_ASSERT_EQUAL(Alloced_, Released_);
37
UNIT_ASSERT_EQUAL(Allocs_, Frees_);
38
}
39
40
private:
41
inline void Check() {
Callers
2
TestMemPool
Method · 0.80
TestMemoryPoolBookmark
Method · 0.80
Calls
no outgoing calls
Tested by
2
TestMemPool
Method · 0.64
TestMemoryPoolBookmark
Method · 0.64