Searched refs:MAXPTRS (Results 1 – 1 of 1) sorted by relevance
122 const int MAXPTRS = 50; /* only 42 or so get used on 32 bit machine */ in allocate_free() local127 long *ptrs[MAXPTRS]; in allocate_free()136 for (num_alloc = 0; num_alloc < MAXPTRS; num_alloc++) { in allocate_free()