Searched refs:reallocarray (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/tools/build/feature/ |
D | test-reallocarray.c | 7 return !!reallocarray(NULL, 1, 1); in main()
|
D | Makefile | 22 test-reallocarray.bin \ 258 $(OUTPUT)test-reallocarray.bin:
|
/Linux-v6.6/tools/include/tools/ |
D | libc_compat.h | 11 static inline void *reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray() function
|
/Linux-v6.6/tools/perf/util/ |
D | hashmap.c | 19 #pragma GCC poison reallocarray
|
D | cs-etm.c | 563 traceid_queues = reallocarray(traceid_queues, in cs_etm__etmq_get_traceid_queue()
|
D | header.c | 1437 reallocarray(nodes, cnt + 4, sizeof(*nodes)); in build_mem_topology()
|
/Linux-v6.6/tools/lib/bpf/ |
D | hashmap.c | 19 #pragma GCC poison reallocarray
|
D | libbpf_internal.h | 25 #pragma GCC poison reallocarray
|
/Linux-v6.6/tools/build/ |
D | Makefile.feature | 59 reallocarray \
|
/Linux-v6.6/tools/perf/arch/arm64/util/ |
D | arm-spe.c | 325 wrapped = reallocarray(ptr->wrapped, new_cnt, sizeof(bool)); in arm_spe_alloc_wrapped_array()
|
/Linux-v6.6/tools/perf/ |
D | Makefile.config | 516 ifeq ($(feature-reallocarray), 0)
|