Home | History | Annotate | Download | only in include

Lines Matching full:malloc

1 /* Prototypes and definition for malloc implementation.
50 extern void *malloc __MALLOC_P ((size_t __size)) __attribute_malloc__ __wur;
64 /* Free a block allocated by `malloc', `realloc' or `calloc'. */
114 # define M_NLBLKS 2 /* UNUSED in this malloc */
117 # define M_GRAIN 3 /* UNUSED in this malloc */
120 # define M_KEEP 4 /* UNUSED in this malloc */
145 /* Record the state of all malloc variables in an opaque data structure. */
148 /* Restore the state of all malloc variables from data obtained with
152 /* Called once when malloc is initialized; redefining this variable in
174 #endif /* malloc.h */