Definition at line 1580 of file shpopen.c.
1583 if (psSHP->pabyRec == NULL)
1588 psSHP->pabyRec =
malloc(psSHP->nBufSize);
1591 "Not enough memory to allocate requested memory (nBufSize=%d). "
1592 "Probably broken SHP file", psSHP->nBufSize );
1593 psSHP->sHooks.Error( szError );
static void * SfRealloc(void *pMem, int nNewSize)
References malloc(), nEntitySize, and SfRealloc().