MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / free_size

Method free_size

src/core/test/mem_alloc.cpp:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 size_t free_size() const { return m_tot_size - m_cur_usage; }
74
75 bool ever_failed() const { return m_ever_failed; }
76

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected