Home
last modified time | relevance | path

Searched defs:malloc (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/examples/api/
H A Dlibgenwrap.c39 void *malloc (size_t len) in malloc() function
/openbmc/u-boot/include/
H A Dmalloc.h865 #pragma weak malloc = __libc_malloc macro
876 #define malloc malloc_simple macro
/openbmc/qemu/
H A Dmeson.build2170 malloc = [] variable
2177 malloc = cc.find_library(get_option('malloc'), required: true) variable
/openbmc/qemu/libdecnumber/
H A DdecNumber.c286 #define malloc(a) decMalloc(a) macro
8320 #define malloc(a) decMalloc(a) macro