Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/util/
H A Dralloc.h631 void *linear_alloc_child_array(linear_ctx *ctx, size_t size, unsigned count) MALLOCLIKE;
695 ((type *) linear_alloc_child_array(ctx, sizeof(type), count))
H A Dralloc.c1304 linear_alloc_child_array(linear_ctx *ctx, size_t size, unsigned count) in linear_alloc_child_array() function