Searched refs:oldPtr (Results 1 – 1 of 1) sorted by relevance
23 static void *heapTableRealloc(void *oldPtr, size_t newSize) in heapTableRealloc() argument28 if (oldPtr != NULL) { in heapTableRealloc()29 return realloc(oldPtr, newSize); in heapTableRealloc()