1 /* stdlib/valloc.c defines all these symbols in this file. */
2 #include <picolibc.h>
3 
4 #define DEFINE_PVALLOC
5 #define DEFINE_VALLOC
6 #include "tiny-malloc.c"
7