Type Alias MonitoredGlobalAlloc

Source
pub type MonitoredGlobalAlloc = MonitoredAlloc<Global>;

Aliased Type§

struct MonitoredGlobalAlloc {
    ctx: MemoryContext,
    alloc: Global,
}

Fields§

§ctx: MemoryContext§alloc: Global

Implementations§