Lines Matching refs:_
21 #ifndef _
23 #define _(x) x /* If compiler knows prototypes */ macro
25 #define _(x) () /* It it doesn't */ macro
34 void bpool _((void *buffer, bufsize len, struct bpoolset *poolset));
35 void *bget _((bufsize align, bufsize hdr_size, bufsize size, struct bpoolset *poolset));
36 void *bgetz _((bufsize align, bufsize hdr_size, bufsize size, struct bpoolset *poolset));
37 void *bgetr _((void *buffer, bufsize align, bufsize hdr_size, bufsize newsize,
39 void brel _((void *buf, struct bpoolset *poolset, int wipe));
40 void bectl _((int (*compact)(bufsize sizereq, int sequence),
44 void bstats _((bufsize *curalloc, bufsize *totfree, bufsize *maxfree,
46 void bstatse _((bufsize *pool_incr, long *npool, long *npget,
49 void bufdump _((void *buf));
50 void bpoold _((void *pool, int dumpalloc, int dumpfree));
51 int bpoolv _((void *pool));