14 lines
182 B
C
14 lines
182 B
C
|
#ifndef _MALLOC_H
|
||
|
|
||
|
#include <malloc/malloc.h>
|
||
|
|
||
|
# ifndef _ISOMAC
|
||
|
# include <rtld-malloc.h>
|
||
|
|
||
|
struct malloc_state;
|
||
|
typedef struct malloc_state *mstate;
|
||
|
|
||
|
# endif /* !_ISOMAC */
|
||
|
|
||
|
#endif
|