Searched refs:reallocarray (Results 1 – 18 of 18) sorted by relevance
/linux-6.14.4/tools/build/feature/ |
D | test-reallocarray.c | 7 return !!reallocarray(NULL, 1, 1); in main()
|
D | Makefile | 20 test-reallocarray.bin \ 294 $(OUTPUT)test-reallocarray.bin:
|
/linux-6.14.4/tools/include/tools/ |
D | libc_compat.h | 11 static inline void *reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray() function
|
/linux-6.14.4/tools/testing/selftests/net/tcp_ao/lib/ |
D | proc.c | 81 type->counters = reallocarray(type->counters, in netstat_read_type() 133 type->counters = reallocarray(type->counters, i + 1, in snmp6_read()
|
D | ftrace-tcp.c | 96 tmp = reallocarray(exp_tps, exp_tps_size, sizeof(exp_tps[0])); in __trace_event_expect()
|
/linux-6.14.4/tools/net/ynl/samples/ |
D | page-pool.c | 41 a->s = reallocarray(a->s, a->max, sizeof(*a->s)); in find_ifc()
|
/linux-6.14.4/tools/perf/util/ |
D | comm.c | 154 tmp = reallocarray(comm_strs->strs, in comm_strs__findnew()
|
D | hashmap.c | 19 #pragma GCC poison reallocarray
|
D | cs-etm.c | 698 traceid_queues = reallocarray(traceid_queues, in cs_etm__etmq_get_traceid_queue()
|
D | header.c | 1407 reallocarray(nodes, cnt + 4, sizeof(*nodes)); in build_mem_topology()
|
/linux-6.14.4/tools/lib/bpf/ |
D | hashmap.c | 19 #pragma GCC poison reallocarray
|
D | libbpf_internal.h | 41 #pragma GCC poison reallocarray
|
/linux-6.14.4/tools/build/ |
D | Makefile.feature | 93 reallocarray \
|
/linux-6.14.4/tools/testing/selftests/vDSO/ |
D | vdso_test_getrandom.c | 77 new_states = reallocarray(vgrnd.states, new_cap, sizeof(*vgrnd.states)); in vgetrandom_get_state()
|
/linux-6.14.4/tools/perf/arch/arm64/util/ |
D | arm-spe.c | 489 wrapped = reallocarray(ptr->wrapped, new_cnt, sizeof(bool)); in arm_spe_alloc_wrapped_array()
|
/linux-6.14.4/tools/testing/selftests/net/tcp_ao/ |
D | key-management.c | 501 collection.keys = reallocarray(collection.keys, nr_keys, key_sz); in init_default_key_collection()
|
/linux-6.14.4/tools/perf/ |
D | Makefile.config | 500 ifeq ($(feature-reallocarray), 0)
|
/linux-6.14.4/tools/power/x86/turbostat/ |
D | turbostat.c | 1701 …new_mem = (struct pmt_domain_info *)reallocarray(pcounter->domains, new_size, sizeof(*pcounter->do… in pmt_counter_resize_()
|