Home
last modified time | relevance | path

Searched refs:new_data (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dblob.c47 uint8_t *new_data; in grow_to_fit() local
67 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()