HomeSort by: relevance | last modified time | path
    Searched refs:flex_alloc_called (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/acpitools/aml/
aml_memman.c 256 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);
aml_memman.h 109 unsigned int flex_alloc_called; /* memman_alloc_flexsize() calling */ member in struct:memman

Completed in 25 milliseconds