Searched refs:new_data (Results 1 – 1 of 1) sorted by relevance
47 uint8_t *new_data; in grow_to_fit() local67 new_data = realloc(blob->data, to_allocate); in grow_to_fit()68 if (new_data == NULL) { in grow_to_fit()73 blob->data = new_data; in grow_to_fit()