Searched defs:malloc_pipe (Results 1 – 1 of 1) sorted by relevance
85 struct malloc_pipe { struct86 malloc_type_t type; /* malloc bucket */87 int bytes; /* allocation size */111 typedef struct malloc_pipe *malloc_pipe_t; argument