Searched refs:totfree (Results 1 – 3 of 3) sorted by relevance
| /optee_os/lib/libutils/isoc/ |
| H A D | bget.c | 1231 void bstats(curalloc, totfree, maxfree, nget, nrel, poolset) in bstats() argument 1232 bufsize *curalloc, *totfree, *maxfree; in bstats() 1241 *totfree = 0; 1245 *totfree += b->bh.bsize; 1493 bufsize cural, totfree, maxfree; in stats() local 1502 bstats(&cural, &totfree, &maxfree, &nget, &nfree, poolset); in stats() 1505 when, nget, nfree, (long) cural, (long) totfree, (long) maxfree); in stats() 1572 bufsize cural, totfree, maxfree; local 1577 bstats(&cural, &totfree, &maxfree, &nget, &nfree);
|
| H A D | bget.h | 44 void bstats _((bufsize *curalloc, bufsize *totfree, bufsize *maxfree,
|
| H A D | bget.doc | 247 void bstats(bufsize *curalloc, bufsize *totfree, 252 in the pool) is stored into the variable pointed to by <totfree>, and
|