MCPcopy 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
40private:
41 inline void Check() {

Callers 2

TestMemPoolMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestMemPoolMethod · 0.64