Searched refs:tmpalloc (Results 1 – 1 of 1) sorted by relevance
440 char* tmpalloc = NULL; in bunzip() local473 tmpalloc = realloc(uncompress, size); in bunzip()474 if (tmpalloc == NULL) { in bunzip()478 uncompress = tmpalloc; in bunzip()