Home
last modified time | relevance | path

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

/linux-6.8/tools/build/feature/
Dtest-reallocarray.c7 return !!reallocarray(NULL, 1, 1); in main()
DMakefile23 test-reallocarray.bin \
262 $(OUTPUT)test-reallocarray.bin:
/linux-6.8/tools/include/tools/
Dlibc_compat.h11 static inline void *reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray() function
/linux-6.8/tools/testing/selftests/net/tcp_ao/lib/
Dproc.c81 type->counters = reallocarray(type->counters, in netstat_read_type()
133 type->counters = reallocarray(type->counters, i + 1, in snmp6_read()
/linux-6.8/tools/net/ynl/samples/
Dpage-pool.c41 a->s = reallocarray(a->s, a->max, sizeof(*a->s)); in find_ifc()
/linux-6.8/tools/lib/bpf/
Dhashmap.c19 #pragma GCC poison reallocarray
Dlibbpf_internal.h25 #pragma GCC poison reallocarray
/linux-6.8/tools/perf/util/
Dhashmap.c19 #pragma GCC poison reallocarray
Dcs-etm.c572 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-6.8/tools/build/
DMakefile.feature60 reallocarray \
/linux-6.8/tools/perf/arch/arm64/util/
Darm-spe.c344 wrapped = reallocarray(ptr->wrapped, new_cnt, sizeof(bool)); in arm_spe_alloc_wrapped_array()
/linux-6.8/tools/testing/selftests/net/tcp_ao/
Dkey-management.c501 collection.keys = reallocarray(collection.keys, nr_keys, key_sz); in init_default_key_collection()
/linux-6.8/tools/perf/
DMakefile.config515 ifeq ($(feature-reallocarray), 0)