Searched refs:malloc_simple (Results 1 – 8 of 8) sorted by relevance
40 void *malloc_simple(size_t bytes) in malloc_simple() function
83 obj-y += malloc_simple.o
1310 return malloc_simple(bytes);
899 #define malloc malloc_simple956 void *malloc_simple(size_t size);
45 at the very top of malloc_simple.c to get an idea of where your memory is
130 u-boot-1 [000] 3.116418: function: malloc_simple133 u-boot-1 [000] 3.116449: function: malloc_simple159 … u-boot-1 [000] 3.116418: funcgraph_entry: | malloc_simple() {
78 prompt "Only use malloc_simple functions in the TPL"81 malloc_simple.c, rather then using the versions from dlmalloc.c;
334 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