Searched refs:malloc_simple (Results 1 – 6 of 6) sorted by relevance
39 void *malloc_simple(size_t bytes) in malloc_simple() function
103 obj-y += malloc_simple.o
1296 return malloc_simple(bytes);
884 #define malloc malloc_simple938 void *malloc_simple(size_t size);
45 at the very top of malloc_simple.c to get an idea of where your memory is
225 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