template <memalloc::Type Type>

class PhysPages

Defined at line 235 of file ../../zircon/kernel/phys/handoff-prep.h

Public Methods

template <typename... Args>
void PhysPages<Type> (Args &&... args)

Defined at line 243 of file ../../zircon/kernel/phys/handoff-prep.h

HandoffMappingList && TakeMappings ()

Defined at line 245 of file ../../zircon/kernel/phys/handoff-prep.h

size_t page_size ()

Defined at line 247 of file ../../zircon/kernel/phys/handoff-prep.h

ktl::pair<void *, Capability> Allocate (size_t size)

Defined at line 249 of file ../../zircon/kernel/phys/handoff-prep.h

void Deallocate (Capability allocation, void * ptr, size_t size)

Defined at line 275 of file ../../zircon/kernel/phys/handoff-prep.h

void Release (Capability allocation, void * ptr, size_t size)

Defined at line 282 of file ../../zircon/kernel/phys/handoff-prep.h

void Seal (Capability , void * , size_t )

Defined at line 288 of file ../../zircon/kernel/phys/handoff-prep.h

Records