Home
last modified time | relevance | path

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

/linux/tools/build/feature/
A Dtest-reallocarray.c7 return !!reallocarray(NULL, 1, 1); in main()
A DMakefile23 test-reallocarray.bin \
299 $(OUTPUT)test-reallocarray.bin:
/linux/tools/include/tools/
A Dlibc_compat.h11 static inline void *reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray() function
/linux/tools/testing/selftests/net/tcp_ao/lib/
A Dproc.c81 type->counters = reallocarray(type->counters, in netstat_read_type()
133 type->counters = reallocarray(type->counters, i + 1, in snmp6_read()
A Dftrace-tcp.c96 tmp = reallocarray(exp_tps, exp_tps_size, sizeof(exp_tps[0])); in __trace_event_expect()
/linux/tools/net/ynl/samples/
A Dpage-pool.c41 a->s = reallocarray(a->s, a->max, sizeof(*a->s)); in find_ifc()
/linux/tools/perf/util/
A Dcomm.c152 tmp = reallocarray(comm_strs->strs, in comm_strs__findnew()
A Dhashmap.c19 #pragma GCC poison reallocarray
A Dcs-etm.c698 traceid_queues = reallocarray(traceid_queues, in cs_etm__etmq_get_traceid_queue()
A Dheader.c1437 reallocarray(nodes, cnt + 4, sizeof(*nodes)); in build_mem_topology()
/linux/tools/lib/bpf/
A Dhashmap.c19 #pragma GCC poison reallocarray
A Dlibbpf_internal.h40 #pragma GCC poison reallocarray
/linux/tools/build/
A DMakefile.feature60 reallocarray \
/linux/tools/perf/arch/arm64/util/
A Darm-spe.c361 wrapped = reallocarray(ptr->wrapped, new_cnt, sizeof(bool)); in arm_spe_alloc_wrapped_array()
/linux/tools/testing/selftests/vDSO/
A Dvdso_test_getrandom.c77 new_states = reallocarray(vgrnd.states, new_cap, sizeof(*vgrnd.states)); in vgetrandom_get_state()
/linux/tools/testing/selftests/net/tcp_ao/
A Dkey-management.c501 collection.keys = reallocarray(collection.keys, nr_keys, key_sz); in init_default_key_collection()
/linux/tools/perf/
A DMakefile.config520 ifeq ($(feature-reallocarray), 0)
/linux/tools/power/x86/turbostat/
A Dturbostat.c1544 …new_mem = (struct pmt_domain_info *)reallocarray(pcounter->domains, new_size, sizeof(*pcounter->do… in pmt_counter_resize_()

Completed in 107 milliseconds