Searched refs:malloc_simple (Results 1 – 6 of 6) sorted by relevance
37 void *malloc_simple(size_t bytes) in malloc_simple() function
105 obj-y += malloc_simple.o
1259 return malloc_simple(bytes);1897 return malloc_simple(nb);
876 #define malloc malloc_simple916 void *malloc_simple(size_t size);
122 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
[all...]