ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../include/malloc.h

14 lines
182 B
C
Raw Normal View History

2024-04-01 15:19:46 +00:00
#ifndef _MALLOC_H
#include <malloc/malloc.h>
# ifndef _ISOMAC
# include <rtld-malloc.h>
struct malloc_state;
typedef struct malloc_state *mstate;
# endif /* !_ISOMAC */
#endif