Home
last modified time | relevance | path

Searched refs:krealloc (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator_validate.h44 #define krealloc(ptr, size, args) realloc(ptr, size) macro
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
H A Dvc4_validate_shaders.c159 temp_samples = krealloc(validated_shader->texture_samples, in record_texture_sample()
289 krealloc(validated_shader->uniform_addr_offsets, in require_uniform_address_uniform()
/third_party/ltp/scripts/
H A Dcheckpatch.pl7028 # check for krealloc arg reuse
7030 $line =~ /\b($Lval)\s*\=\s*(?:$balanced_parens)?\s*krealloc\s*\(\s*($Lval)\s*,/ &&
7033 "Reusing the krealloc arg is almost always a bug\n" . $herecurr);

Completed in 9 milliseconds