Home | History | Annotate | Download | only in src

Lines Matching full:tempptr

150     int* tempPtr = ( int* ) malloc( ( width + 2 ) * 7 * sizeof( int ) );
151 *verticesPtr = tempPtr;