Home
last modified time | relevance | path

Searched refs:malloc_simple (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/common/
H A Dmalloc_simple.c37 void *malloc_simple(size_t bytes) in malloc_simple() function
H A DMakefile105 obj-y += malloc_simple.o
H A Ddlmalloc.c1259 return malloc_simple(bytes);
1897 return malloc_simple(nb);
/openbmc/u-boot/include/
H A Dmalloc.h876 #define malloc malloc_simple
916 void *malloc_simple(size_t size);
/openbmc/u-boot/common/spl/
H A DKconfig122 prompt "Only use malloc_simple functions in the SPL"
125 malloc_simple.c, rather then using the versions from dlmalloc.c;
131 prompt "Only use malloc_simple functions in the TPL"
134 malloc_simple.c, rather then using the versions from dlmalloc.c;
158 hex "Size of malloc_simple heap after switching to DRAM SPL stack"
162 malloc_simple after switching the stack to DRAM. This may be set
/openbmc/linux/
H A Dopengrok1.0.log[all...]