pub type MonitoredGlobalAlloc = MonitoredAlloc<Global>;
Aliased Type§
struct MonitoredGlobalAlloc {
ctx: MemoryContext,
alloc: Global,
}
Fields§
§ctx: MemoryContext
§alloc: Global
pub type MonitoredGlobalAlloc = MonitoredAlloc<Global>;
struct MonitoredGlobalAlloc {
ctx: MemoryContext,
alloc: Global,
}
ctx: MemoryContext
§alloc: Global