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