Searched refs:curPagePtr (Results 1 – 1 of 1) sorted by relevance
462 void* curPagePtr = (void*)((deUint8*)(curPage + 1) + curPage->bytesAllocated); in deMemPool_allocInternal() local463 void* alignedPtr = deAlignPtr(curPagePtr, alignBytes); in deMemPool_allocInternal()464 size_t alignPadding = (size_t)((deUintptr)alignedPtr - (deUintptr)curPagePtr); in deMemPool_allocInternal()481 curPagePtr = (void*)(curPage + 1); in deMemPool_allocInternal()482 alignedPtr = deAlignPtr(curPagePtr, alignBytes); in deMemPool_allocInternal()483 alignPadding = (size_t)((deUintptr)alignedPtr - (deUintptr)curPagePtr); in deMemPool_allocInternal()