Searched refs:curalloc (Results 1 – 3 of 3) sorted by relevance
/optee_os/lib/libutils/isoc/ |
A D | bget.h | 44 void bstats _((bufsize *curalloc, bufsize *totfree, bufsize *maxfree,
|
A D | bget.c | 1167 void bstats(curalloc, totfree, maxfree, nget, nrel, poolset) in bstats() argument 1168 bufsize *curalloc, *totfree, *maxfree; in bstats() 1176 *curalloc = poolset->totalloc;
|
A D | bget.doc | 247 void bstats(bufsize *curalloc, bufsize *totfree, 251 pointed to by <curalloc>. The total free space (sum of all free blocks
|
Completed in 6 milliseconds