Searched refs:Malloc (Results 1 – 4 of 4) sorted by relevance
293 extern void *Malloc(size_t bytes, const char *file, int line);309 #define kmem_zalloc(size, flags) Malloc((size), __FILE__, __LINE__)
94 #define Malloc(foo) malloc(foo, M_UNIT, M_WAITOK | M_ZERO) macro134 #define Malloc(foo) _Malloc(foo, __LINE__) macro364 uh = Malloc(sizeof *uh); in new_unrhdr()771 p1 = Malloc(sizeof(struct unr)); in alloc_unr_specific()772 p2 = Malloc(sizeof(struct unr)); in alloc_unr_specific()905 p1 = Malloc(sizeof(struct unr)); in free_unr()906 p2 = Malloc(sizeof(struct unr)); in free_unr()
74 - Malloc all memory with type M_NETGRAPH. -DONE
735 Malloc chapter834 Malloc heap is a doubly-linked list, where each element keeps track of its