Home
last modified time | relevance | path

Searched defs:memman_blockman (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.sbin/acpitools/aml/
H A Daml_memman.h68 struct memman_blockman { struct
69 unsigned int size; /* size of chunk */
70 unsigned int available; /* total # of available chunks */
71 void *initial_block; /* initial memory storage */
72 unsigned initialized; /* initialized or not */
97 struct memman_blockman *blockman; argument