risingwave_common::memory

Type Alias MonitoredGlobalAlloc

source
pub type MonitoredGlobalAlloc = MonitoredAlloc<Global>;

Aliased Type§

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

Fields§

§ctx: MemoryContext§alloc: Global

Implementations§