Searched refs:tmpalloc (Results 1 – 1 of 1) sorted by relevance
439 char* tmpalloc = NULL; in bunzip() local472 tmpalloc = realloc(uncompress, size); in bunzip()473 if (tmpalloc == NULL) { in bunzip()477 uncompress = tmpalloc; in bunzip()