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

/netbsd-current/usr.sbin/acpitools/aml/
H A Daml_memman.c259 memman->flex_allocated_mem += size;
268 (memman->flex_allocated_mem - memman->flex_reclaimed_mem)) {
270 (memman->flex_allocated_mem - memman->flex_reclaimed_mem);
444 printf(" allocated memory: %zd bytes\n", memman->flex_allocated_mem);
451 memman->flex_allocated_mem / memman->flex_alloc_called : 0);
H A Daml_memman.h114 size_t flex_allocated_mem;/* total malloc()ed memory */ member in struct:memman

Completed in 81 milliseconds