Searched refs:malloc_simple (Results 1 – 6 of 6) sorted by relevance
40 void *malloc_simple(size_t bytes) in malloc_simple() function
79 obj-$(CONFIG_$(PHASE_)SYS_MALLOC_F) += malloc_simple.o
1265 return malloc_simple(bytes);
247 bool "Only use malloc_simple functions in the VPL"251 malloc_simple.c, rather then using the versions from dlmalloc.c;
79 prompt "Only use malloc_simple functions in the TPL"82 malloc_simple.c, rather then using the versions from dlmalloc.c;
390 bool "Only use malloc_simple functions in the SPL"393 malloc_simple.c, rather then using the versions from dlmalloc.c;467 hex "Size of malloc_simple heap after switching to DRAM SPL stack"473 malloc_simple after switching the stack to DRAM. This may be set
Completed in 17 milliseconds