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

Method nr_free

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

Source from the content-addressed store, hash-verified

79 size_t nr_alloc() const { return m_nr_alloc; }
80
81 size_t nr_free() const { return m_nr_free; }
82
83 void* get_chunk_end(void* addr) {
84 MGB_LOCK_GUARD(m_mtx);

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected