Searched refs:NBLOCKS (Results 1 – 2 of 2) sorted by relevance
43 #define NBLOCKS 32 macro63 char *blocklist[NBLOCKS]; /* blocks of malloced memory */
63 for (int i = 0; i < NBLOCKS; i++) { in Pool()