class PoolMemConfig

Defined at line 23 of file ../../zircon/kernel/phys/lib/memalloc/include/lib/memalloc/pool-mem-config.h

memalloc::PoolMemConfig wraps reference to memalloc::Pool in a

forward-iterable container-like type that yields zbi_mem_range_t.

The resulting table coalesces adjacent ranges whose types reduce to

the same basic type.

Public Methods

void PoolMemConfig (const PoolMemConfig & other)

Defined at line 25 of file ../../zircon/kernel/phys/lib/memalloc/include/lib/memalloc/pool-mem-config.h

void PoolMemConfig (const Pool & pool)

Defined at line 27 of file ../../zircon/kernel/phys/lib/memalloc/include/lib/memalloc/pool-mem-config.h

bool empty ()

No size() method is provided because it's O(n). Use std::distance.

Defined at line 93 of file ../../zircon/kernel/phys/lib/memalloc/include/lib/memalloc/pool-mem-config.h

iterator begin ()

Defined at line 95 of file ../../zircon/kernel/phys/lib/memalloc/include/lib/memalloc/pool-mem-config.h

iterator end ()

Defined at line 103 of file ../../zircon/kernel/phys/lib/memalloc/include/lib/memalloc/pool-mem-config.h

Records