Searched refs:BUCKET_CHUNK (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.sbin/ppp/
H A Dmbuf.c48 #define BUCKET_CHUNK 20 macro
139 *mb = (struct mbucket *)malloc(BUCKET_CHUNK * size);
142 (unsigned long)BUCKET_CHUNK * size);
147 (*mb)->u.f.count = BUCKET_CHUNK - 1;

Completed in 43 milliseconds