/openbmc/linux/tools/perf/util/ |
H A D | values.c | 68 void *npid = realloc(values->pid, nthreads_max * sizeof(*values->pid)), in perf_read_values__enlarge_threads() 69 *ntid = realloc(values->tid, nthreads_max * sizeof(*values->tid)), in perf_read_values__enlarge_threads() 70 *nvalue = realloc(values->value, nthreads_max * sizeof(*values->value)); in perf_read_values__enlarge_threads() 121 u64 *counterrawid = realloc(values->counterrawid, counters_max * sizeof(*values->counterrawid)); in perf_read_values__enlarge_counters() 128 countername = realloc(values->countername, counters_max * sizeof(*values->countername)); in perf_read_values__enlarge_counters() 135 u64 *value = realloc(values->value[i], counters_max * sizeof(**values->value)); in perf_read_values__enlarge_counters()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/ |
H A D | 0003-heaptrack_preload-Make-noexcept-attribute-conditiona.patch | 51 -void* realloc(void* ptr, size_t size) noexcept 52 +void* realloc(void* ptr, size_t size) NOEXECPT 54 if (!hooks::realloc) { 56 @@ -219,7 +225,7 @@ void* realloc(void* ptr, size_t size) noexcept
|
/openbmc/u-boot/cmd/ |
H A D | nvedit_efi.c | 110 p = realloc(var_name16, buf_size); in efi_dump_vars() 158 p = realloc(var_name16, buf_size); in efi_dump_var_all() 314 new_buf = realloc(*bufp, *sizep + len); in append_value()
|
/openbmc/linux/tools/lib/api/ |
H A D | io.h | 162 temp = realloc(line, line_len + sizeof(buf)); in io__getline() 172 temp = realloc(line, line_len + buf_pos + 1); in io__getline()
|
/openbmc/u-boot/include/ |
H A D | malloc.h | 867 #pragma weak realloc = __libc_realloc macro 877 #define realloc realloc_simple macro 901 # define rEALLOc realloc
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | testing_helpers.c | 52 tmp = realloc(set, new_len); in parse_num_list() 92 tmp = realloc(set->tests, sizeof(*test) * (set->cnt + 1)); in do_insert_test() 116 ctmp = realloc(test->subtests, in do_insert_test()
|
/openbmc/linux/tools/lib/api/fd/ |
H A D | array.c | 27 struct pollfd *entries = realloc(fda->entries, size); in fdarray__grow() 32 priv = realloc(fda->priv, psize); in fdarray__grow()
|
/openbmc/linux/rust/alloc/ |
H A D | alloc.rs | 137 pub unsafe fn realloc(ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() function 215 let raw_ptr = realloc(ptr.as_ptr(), old_layout, new_size); in grow_impl() 306 let raw_ptr = realloc(ptr.as_ptr(), old_layout, new_size); in shrink()
|
/openbmc/linux/tools/lib/thermal/ |
H A D | commands.c | 51 __tz = realloc(__tz, sizeof(*__tz) * (size + 2)); in parse_tz_get() 85 __cdev = realloc(__cdev, sizeof(*__cdev) * (size + 2)); in parse_cdev_get() 125 __tt = realloc(__tt, sizeof(*__tt) * (size + 2)); in parse_tz_get_trip()
|
/openbmc/linux/tools/include/tools/ |
H A D | libc_compat.h | 17 return realloc(ptr, bytes); in reallocarray()
|
/openbmc/linux/tools/thermal/thermometer/ |
H A D | thermometer.c | 86 config->tz_regex = realloc(config->tz_regex, sizeof(*config->tz_regex) * in configuration_default_init() 159 config->tz_regex = realloc(config->tz_regex, sizeof(*config->tz_regex) * in configuration_init() 271 thermometer->tz = realloc(thermometer->tz, in thermometer_add_tz()
|
/openbmc/libmctp/utils/ |
H A D | mctp-demux-daemon.c | 106 ctx->clients = realloc(ctx->clients, in client_remove_inactive() 337 realloc(ctx->clients, ctx->n_clients * sizeof(struct client)); in socket_process() 384 tmp = realloc(ctx->buf, len); in client_process_recv() 494 ctx->pollfds = realloc(ctx->pollfds, in run_daemon()
|
/openbmc/linux/tools/lib/perf/ |
H A D | cpumap.c | 155 tmp = realloc(tmp_cpus, max_entries * sizeof(struct perf_cpu)); in perf_cpu_map__read() 166 tmp = realloc(tmp_cpus, max_entries * sizeof(struct perf_cpu)); in perf_cpu_map__read() 256 tmp = realloc(tmp_cpus, max_entries * sizeof(struct perf_cpu)); in perf_cpu_map__new()
|
/openbmc/linux/tools/lib/subcmd/ |
H A D | subcmd-util.h | 51 void *ret = realloc(ptr, size); in xrealloc()
|
/openbmc/u-boot/tools/ |
H A D | getline.c | 56 *lineptr = realloc(*lineptr, *n); in getstr()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/ |
H A D | CVE-2017-16844.patch | 18 buf=realloc(buf,buflen+=Bsize);
|
/openbmc/linux/arch/s390/tools/ |
H A D | gen_facilities.c | 133 array = realloc(array, (dword + 1) * 8); in print_facility_list()
|
H A D | gen_opcode_table.c | 168 desc->insn = realloc(desc->insn, desc->nr * sizeof(*desc->insn)); in read_instructions() 256 desc->group = realloc(desc->group, desc->nr_groups * sizeof(*desc->group)); in add_to_group()
|
/openbmc/linux/rust/kernel/ |
H A D | allocator.rs | 55 unsafe fn realloc(&self, ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() method
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
H A D | tftp-0.49-cmd_arg.patch | 36 + * Simple error-checking version of realloc() 44 + void *p = realloc(ptr, size);
|
/openbmc/linux/tools/perf/tests/ |
H A D | perf-record.c | 20 realloc: in sched__get_first_possible_cpu() 26 goto realloc; in sched__get_first_possible_cpu()
|
/openbmc/u-boot/post/drivers/ |
H A D | flash.c | 40 p = ptr = realloc(ptr, new_len); in seed_src_data()
|
/openbmc/linux/tools/thermal/lib/ |
H A D | mainloop.c | 65 mds = realloc(mds, sizeof(*mds) * (fd + 1)); in mainloop_add()
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-core/musl/files/ |
H A D | 0001-Revert-ldso-fix-non-functional-fix-to-early-dynamic-.patch | 39 #define realloc __libc_realloc
|
/openbmc/linux/tools/perf/arch/x86/util/ |
H A D | machine.c | 34 buf = realloc(mi->maps, sz); in add_extra_kernel_map()
|