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