RF_POINTERS_PER_ALLOC_LIST_ELEMENT
p->numPointers <= RF_POINTERS_PER_ALLOC_LIST_ELEMENT);
RF_ASSERT(l->numPointers == RF_POINTERS_PER_ALLOC_LIST_ELEMENT); /* find end of list */
RF_ASSERT(l->numPointers >= 0 && l->numPointers <= RF_POINTERS_PER_ALLOC_LIST_ELEMENT);
if (l->numPointers == RF_POINTERS_PER_ALLOC_LIST_ELEMENT) {
void *pointers[RF_POINTERS_PER_ALLOC_LIST_ELEMENT];
int sizes[RF_POINTERS_PER_ALLOC_LIST_ELEMENT];