blob: f9c961054894b4886b88f6d5ee3e0a53eb89edbe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef _MALLOC_H
#include <malloc/malloc.h>
# ifndef _ISOMAC
# include <rtld-malloc.h>
struct malloc_state;
typedef struct malloc_state *mstate;
# endif /* !_ISOMAC */
#endif
|