Searched refs:reralloc_array_size (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dstring_buffer.h83 (char *) reralloc_array_size(str, str->buf, sizeof(char),
H A Dralloc.h178 ((type *) reralloc_array_size(ctx, ptr, sizeof(type), count))
218 void *reralloc_array_size(const void *ctx, void *ptr, size_t size,
H A Dstring_buffer.c38 str->buf = reralloc_array_size(str, str->buf, sizeof(char), new_capacity);
H A Dralloc.c219 reralloc_array_size(const void *ctx, void *ptr, size_t size, unsigned count) function in typeref:typename:void *
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dstring_buffer.h83 (char *) reralloc_array_size(str, str->buf, sizeof(char),
H A Dralloc.h195 ((type *) reralloc_array_size(ctx, ptr, sizeof(type), count))
257 void *reralloc_array_size(const void *ctx, void *ptr, size_t size,
H A Dstring_buffer.c38 str->buf = reralloc_array_size(str, str->buf, sizeof(char), new_capacity);
H A Dralloc.c237 reralloc_array_size(const void *ctx, void *ptr, size_t size, unsigned count) function in typeref:typename:void *
/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_decoder.c430 ctx->values = reralloc_array_size(ctx->spec, ctx->values,
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_decoder.c442 ctx->values = reralloc_array_size(ctx->spec, ctx->values,
/xsrc/external/mit/MesaLib/dist/src/intel/perf/
H A Dintel_perf.c686 perf->counter_infos = reralloc_array_size(perf, counter_infos,

Completed in 16 milliseconds