Home
last modified time | relevance | path

Searched refs:realloc (Results 1 – 25 of 57) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/
H A D0003-heaptrack_preload-Make-noexcept-attribute-conditiona.patch51 -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/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/files/
H A D0001-thorvg-fix-build-with-gcc-15.patch12 fc5c15638 feat(thorvg): use LVGL's malloc/realloc/zalloc/free (#7772)
16 …it was resolved differently in fc5c15638 feat(thorvg): use LVGL's malloc/realloc/zalloc/free (#777…
/openbmc/u-boot/cmd/
H A Dnvedit_efi.c110 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()
H A Dusb_mass_storage.c90 ums_new = realloc(ums, (ums_count + 1) * sizeof(*ums)); in ums_init()
/openbmc/u-boot/include/
H A Dmalloc.h867 #pragma weak realloc = __libc_realloc macro
877 #define realloc realloc_simple macro
901 # define rEALLOc realloc
/openbmc/u-boot/tools/
H A Dgetline.c56 *lineptr = realloc(*lineptr, *n); in getstr()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A DCVE-2017-16844.patch18 buf=realloc(buf,buflen+=Bsize);
/openbmc/u-boot/post/drivers/
H A Dflash.c40 p = ptr = realloc(ptr, new_len); in seed_src_data()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/ibus/
H A D0002-util-IMdkit-Fix-incompatible-pointer-types-in-Transp.patch99 - offset_cache->data = (Xi18nAtomOffsetPair *) realloc (data,
100 + Xi18nAtomOffsetPair *pair = (Xi18nAtomOffsetPair *) realloc (data,
/openbmc/openbmc/meta-arm/meta-arm/recipes-core/musl/files/
H A D0001-Revert-ldso-fix-non-functional-fix-to-early-dynamic-.patch39 #define realloc __libc_realloc
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-0.49-cmd_arg.patch36 + * Simple error-checking version of realloc()
44 + void *p = realloc(ptr, size);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/
H A Ddmalloc_5.5.2.bb7 designed as a drop in replacement for the system's malloc, realloc, \
/openbmc/obmc-console/test/
H A Dringbuffer-test-utils.c65 ctx->data = realloc(ctx->data, ctx->len + len); in ringbuffer_poll_append_all()
/openbmc/u-boot/scripts/dtc/
H A Dutil.h64 void *new = realloc(p, len); in xrealloc()
/openbmc/u-boot/common/
H A Diomux.c133 (struct stdio_dev **)realloc(console_devices[console], in iomux_doenv()
H A Ddlmalloc.src4 A version of malloc/free/realloc written by Doug Lea and released to the
32 realloc(Void_t* p, size_t n);
37 #define REALLOC_ZERO_BYTES_FREES below is set, realloc with a
155 Define this if you think that realloc(p, 0) should be equivalent
157 malloc(0), so does realloc(p, 0).
164 memcpy called in realloc and calloc (otherwise macro versions are used).
171 Define to non-zero to optionally make realloc() use mremap() to
309 realloc with zero bytes should be the same as a call to free.
311 returns a unique pointer for malloc(0), so does realloc(p, 0).
347 and want to use them in calloc and realloc. Otherwise simple
[all …]
/openbmc/libmctp/utils/
H A Dmctp-demux-daemon.c106 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()
495 ctx->pollfds = realloc(ctx->pollfds, in run_daemon()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/bdwgc/
H A Dbdwgc_8.2.8.bb16 by replacing malloc with GC_malloc calls, replacing realloc with GC_realloc\
/openbmc/u-boot/scripts/kconfig/
H A Dutil.c151 p = realloc(p, size); in xrealloc()
/openbmc/u-boot/drivers/video/
H A Dsandbox_osd.c72 priv->buf = realloc(priv->buf, size * sizeof(u16)); in _sandbox_osd_set_size()
/openbmc/hiomapd/test/
H A Dflash_erase.c72 alloced = realloc(recorded, n_ioctls * sizeof(*recorded)); in ioctl()
/openbmc/phosphor-mboxd/test/
H A Derase_flash.c70 alloced = realloc(recorded, n_ioctls * sizeof(*recorded)); in ioctl()
/openbmc/openbmc/poky/meta/recipes-core/musl/musl/
H A D0002-ldso-Use-syslibdir-and-libdir-as-default-pathes-to-l.patch43 #define realloc __libc_realloc
/openbmc/libcper/subprojects/packagefiles/json-c/config/
H A Dmeson.build52 'realloc',
/openbmc/inarp/
H A Dinarp.c280 inarp->interfaces = realloc(inarp->interfaces, in netlink_nlmsg_dellink()
298 inarp->interfaces = realloc(inarp->interfaces, in netlink_nlmsg_newlink()

123