Home
last modified time | relevance | path

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

/u-boot/common/
A Dmalloc_simple.c39 void *malloc_simple(size_t bytes) in malloc_simple() function
A DMakefile103 obj-y += malloc_simple.o
A Ddlmalloc.c1296 return malloc_simple(bytes);
/u-boot/include/
A Dmalloc.h884 #define malloc malloc_simple
938 void *malloc_simple(size_t size);
/u-boot/doc/driver-model/
A Ddebugging.rst45 at the very top of malloc_simple.c to get an idea of where your memory is
/u-boot/common/spl/
A DKconfig225 prompt "Only use malloc_simple functions in the SPL"
228 malloc_simple.c, rather then using the versions from dlmalloc.c;
234 prompt "Only use malloc_simple functions in the TPL"
238 malloc_simple.c, rather then using the versions from dlmalloc.c;
262 hex "Size of malloc_simple heap after switching to DRAM SPL stack"
266 malloc_simple after switching the stack to DRAM. This may be set

Completed in 15 milliseconds