Searched defs:malloc_type (Results 1 – 2 of 2) sorted by relevance
147 struct malloc_type { struct148 struct malloc_type *ks_next; /* next in list */ argument161 typedef struct malloc_type *malloc_type_t; argument
171 typedef void *malloc_type; /* type returned by malloc() */ typedef