Searched refs:maxfree (Results 1 – 3 of 3) sorted by relevance
/optee_os/lib/libutils/isoc/ |
A D | bget.c | 1167 void bstats(curalloc, totfree, maxfree, nget, nrel, poolset) in bstats() argument 1168 bufsize *curalloc, *totfree, *maxfree; in bstats() 1178 *maxfree = -1; 1182 if (b->bh.bsize > *maxfree) { 1183 *maxfree = b->bh.bsize; 1429 bufsize cural, totfree, maxfree; in stats() local 1438 bstats(&cural, &totfree, &maxfree, &nget, &nfree, poolset); in stats() 1441 when, nget, nfree, (long) cural, (long) totfree, (long) maxfree); in stats() 1508 bufsize cural, totfree, maxfree; local 1513 bstats(&cural, &totfree, &maxfree, &nget, &nfree);
|
A D | bget.h | 44 void bstats _((bufsize *curalloc, bufsize *totfree, bufsize *maxfree,
|
A D | bget.doc | 248 bufsize *maxfree, long *nget, long *nrel); 254 into the variable pointed to by <maxfree>. The variables pointed to by
|
Completed in 5 milliseconds