| /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/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/files/ |
| H A D | 0001-thorvg-fix-build-with-gcc-15.patch | 12 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 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()
|
| H A D | usb_mass_storage.c | 90 ums_new = realloc(ums, (ums_count + 1) * sizeof(*ums)); in ums_init()
|
| /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/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/u-boot/post/drivers/ |
| H A D | flash.c | 40 p = ptr = realloc(ptr, new_len); in seed_src_data()
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/ibus/ |
| H A D | 0002-util-IMdkit-Fix-incompatible-pointer-types-in-Transp.patch | 99 - offset_cache->data = (Xi18nAtomOffsetPair *) realloc (data, 100 + Xi18nAtomOffsetPair *pair = (Xi18nAtomOffsetPair *) realloc (data,
|
| /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/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/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/ |
| H A D | dmalloc_5.5.2.bb | 7 designed as a drop in replacement for the system's malloc, realloc, \
|
| /openbmc/obmc-console/test/ |
| H A D | ringbuffer-test-utils.c | 65 ctx->data = realloc(ctx->data, ctx->len + len); in ringbuffer_poll_append_all()
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | util.h | 64 void *new = realloc(p, len); in xrealloc()
|
| /openbmc/u-boot/common/ |
| H A D | iomux.c | 133 (struct stdio_dev **)realloc(console_devices[console], in iomux_doenv()
|
| H A D | dlmalloc.src | 4 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 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() 495 ctx->pollfds = realloc(ctx->pollfds, in run_daemon()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/bdwgc/ |
| H A D | bdwgc_8.2.8.bb | 16 by replacing malloc with GC_malloc calls, replacing realloc with GC_realloc\
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | util.c | 151 p = realloc(p, size); in xrealloc()
|
| /openbmc/u-boot/drivers/video/ |
| H A D | sandbox_osd.c | 72 priv->buf = realloc(priv->buf, size * sizeof(u16)); in _sandbox_osd_set_size()
|
| /openbmc/hiomapd/test/ |
| H A D | flash_erase.c | 72 alloced = realloc(recorded, n_ioctls * sizeof(*recorded)); in ioctl()
|
| /openbmc/phosphor-mboxd/test/ |
| H A D | erase_flash.c | 70 alloced = realloc(recorded, n_ioctls * sizeof(*recorded)); in ioctl()
|
| /openbmc/openbmc/poky/meta/recipes-core/musl/musl/ |
| H A D | 0002-ldso-Use-syslibdir-and-libdir-as-default-pathes-to-l.patch | 43 #define realloc __libc_realloc
|
| /openbmc/libcper/subprojects/packagefiles/json-c/config/ |
| H A D | meson.build | 52 'realloc',
|
| /openbmc/inarp/ |
| H A D | inarp.c | 280 inarp->interfaces = realloc(inarp->interfaces, in netlink_nlmsg_dellink() 298 inarp->interfaces = realloc(inarp->interfaces, in netlink_nlmsg_newlink()
|