class PagedBuffer

Defined at line 37 of file ../../src/devices/lib/dma-buffer/include/lib/dma-buffer/buffer.h

A paged buffer consisting of 1 or more pages pinned in memory

which are contiguous in virtual memory, but may be discontiguous

in physical memory.

Public Methods

size_t size ()
void * virt ()
const zx_paddr_t * phys ()
void ~PagedBuffer ()

Defined at line 43 of file ../../src/devices/lib/dma-buffer/include/lib/dma-buffer/buffer.h