Lines Matching defs:malloc
36 #include <sys/malloc.h>
147 malloc(size_t size, int type, int flags)
164 panic("malloc: bogus type %d", type);
182 printf("malloc(): allocation too large, "
187 panic("malloc: allocation too large, "
237 panic("malloc: out of space in kmem_map");
334 panic("malloc: wrong bucket");
336 panic("malloc: lost data");
353 TRACEPOINT(uvm, malloc, type, va, size, flags);
359 * Free a block of memory allocated by malloc.
496 * the size of the kernel malloc arena.
606 memall = malloc(totlen + M_LAST, M_SYSCTL, M_WAITOK|M_ZERO);
624 * Return kernel malloc statistics information.
729 return (malloc(size * nmemb, type, flags));