Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
namespace megcc {
6
struct 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