malloc.h 182 B

12345678910111213
  1. #ifndef _MALLOC_H
  2. #include <malloc/malloc.h>
  3. # ifndef _ISOMAC
  4. # include <rtld-malloc.h>
  5. struct malloc_state;
  6. typedef struct malloc_state *mstate;
  7. # endif /* !_ISOMAC */
  8. #endif