Home | History | Annotate | Download | only in dist

Lines Matching refs:pInt

15611   int *pInt;
15619 pInt = (int*)pAllocation;
15621 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD );
15703 int *pInt;
15745 pInt = (int*)&pHdr[1];
15746 pInt[nReserve/sizeof(int)] = REARGUARD;
15747 randomFill((char*)pInt, nByte);
15748 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte);
15749 p = (void*)pInt;