string: Use builtins for ffs and ffsll
[glibc.git] / include / malloc.h
blobf9c961054894b4886b88f6d5ee3e0a53eb89edbe
1 #ifndef _MALLOC_H
3 #include <malloc/malloc.h>
5 # ifndef _ISOMAC
6 # include <rtld-malloc.h>
8 struct malloc_state;
9 typedef struct malloc_state *mstate;
11 # endif /* !_ISOMAC */
13 #endif