Lines Matching refs:pb
312 uint8_t *pb = (uint8_t *)(pPage + 1);
313 pb = RT_ALIGN_PT(pb, 8, uint8_t *);
314 pPage->pbmCtor = pb;
315 pb = (uint8_t *)pPage + PAGE_SIZE - pThis->cbObject * cObjects;
316 pPage->pbObjects = pb; Assert(RT_ALIGN_P(pb, pThis->cbAlignment) == pb);
317 pb -= pThis->cBits / 8;
318 pb = (uint8_t *)((uintptr_t)pb & ~(uintptr_t)7);
319 pPage->pbmAlloc = pb;