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

/netbsd-current/usr.sbin/acpitools/aml/
H A Daml_memman.c256 memman->flex_alloc_called++;
439 printf(" alloc(): %d times\n", memman->flex_alloc_called);
450 (memman->flex_alloc_called) ?
451 memman->flex_allocated_mem / memman->flex_alloc_called : 0);
H A Daml_memman.h109 unsigned int flex_alloc_called; /* memman_alloc_flexsize() calling */ member in struct:memman

Completed in 134 milliseconds