MCPcopy Create free account
hub / github.com/MegEngine/MegCC / MemoryStatus

Method MemoryStatus

compiler/include/compiler/Common/MemoryStatus.h:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace megcc {
6struct MemoryStatus {
7 MemoryStatus(uint64_t _ = 0) : status(_) {}
8
9 bool isPrealloc() { return kindof(Kind::Prealloc); }
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected