Searched refs:curalloc (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | bget.h | 44 void bstats _((bufsize *curalloc, bufsize *totfree, bufsize *maxfree,
|
A D | bget.c | 1170 void bstats(curalloc, totfree, maxfree, nget, nrel, poolset) in bstats() argument 1171 bufsize *curalloc, *totfree, *maxfree; in bstats() 1179 *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