Home
last modified time | relevance | path

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

/Linux-v6.6/tools/build/feature/
Dtest-reallocarray.c7 return !!reallocarray(NULL, 1, 1); in main()
DMakefile22 test-reallocarray.bin \
258 $(OUTPUT)test-reallocarray.bin:
/Linux-v6.6/tools/include/tools/
Dlibc_compat.h11 static inline void *reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray() function
/Linux-v6.6/tools/perf/util/
Dhashmap.c19 #pragma GCC poison reallocarray
Dcs-etm.c563 traceid_queues = reallocarray(traceid_queues, in cs_etm__etmq_get_traceid_queue()
Dheader.c1437 reallocarray(nodes, cnt + 4, sizeof(*nodes)); in build_mem_topology()
/Linux-v6.6/tools/lib/bpf/
Dhashmap.c19 #pragma GCC poison reallocarray
Dlibbpf_internal.h25 #pragma GCC poison reallocarray
/Linux-v6.6/tools/build/
DMakefile.feature59 reallocarray \
/Linux-v6.6/tools/perf/arch/arm64/util/
Darm-spe.c325 wrapped = reallocarray(ptr->wrapped, new_cnt, sizeof(bool)); in arm_spe_alloc_wrapped_array()
/Linux-v6.6/tools/perf/
DMakefile.config516 ifeq ($(feature-reallocarray), 0)