Searched refs:flex_mem_size_max (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/usr.sbin/acpitools/aml/
H A Daml_memman.h117 size_t flex_mem_size_max; /* max size of allocated memory */ member in struct:memman
H A Daml_memman.c264 if (memman->flex_mem_size_max < size) {
265 memman->flex_mem_size_max = size;
448 printf(" max memory size: %zd bytes\n", memman->flex_mem_size_max);

Completed in 170 milliseconds