Searched refs:reralloc_size (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | u_dynarray.h | 107 data = reralloc_size(buf->mem_ctx, buf->data, capacity); in util_dynarray_ensure_cap() 175 buf->data = reralloc_size(buf->mem_ctx, buf->data, buf->size); in util_dynarray_trim()
|
D | ralloc.h | 122 void *reralloc_size(const void *ctx, void *ptr, size_t size);
|
D | ralloc.c | 191 reralloc_size(const void *ctx, void *ptr, size_t size) in reralloc_size() function 239 return reralloc_size(ctx, ptr, size * count); in reralloc_array_size()
|