Home
last modified time | relevance | path

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

/u-boot/common/
A Dmalloc_simple.c40 void *malloc_simple(size_t bytes) in malloc_simple() function
A DMakefile83 obj-y += malloc_simple.o
A Ddlmalloc.c1310 return malloc_simple(bytes);
/u-boot/include/
A Dmalloc.h899 #define malloc malloc_simple
956 void *malloc_simple(size_t size);
/u-boot/doc/develop/driver-model/
A Ddebugging.rst45 at the very top of malloc_simple.c to get an idea of where your memory is
/u-boot/doc/develop/
A Dtrace.rst130 u-boot-1 [000] 3.116418: function: malloc_simple
133 u-boot-1 [000] 3.116449: function: malloc_simple
159 … u-boot-1 [000] 3.116418: funcgraph_entry: | malloc_simple() {
/u-boot/common/spl/
A DKconfig.tpl78 prompt "Only use malloc_simple functions in the TPL"
81 malloc_simple.c, rather then using the versions from dlmalloc.c;
A DKconfig334 bool "Only use malloc_simple functions in the SPL"
337 malloc_simple.c, rather then using the versions from dlmalloc.c;
387 hex "Size of malloc_simple heap after switching to DRAM SPL stack"
392 malloc_simple after switching the stack to DRAM. This may be set

Completed in 29 milliseconds