Searched refs:tmpalloc (Results 1 – 1 of 1) sorted by relevance
522 char* tmpalloc = NULL; in bunzip() local555 tmpalloc = realloc(uncompress, size); in bunzip()556 if (tmpalloc == NULL) { in bunzip()560 uncompress = tmpalloc; in bunzip()