Home
last modified time | relevance | path

Searched refs:Malloc (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dmalloc.h293 extern void *Malloc(size_t bytes, const char *file, int line);
309 #define kmem_zalloc(size, flags) Malloc((size), __FILE__, __LINE__)
/f-stack/freebsd/kern/
H A Dsubr_unit.c94 #define Malloc(foo) malloc(foo, M_UNIT, M_WAITOK | M_ZERO) macro
134 #define Malloc(foo) _Malloc(foo, __LINE__) macro
364 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()
/f-stack/freebsd/netgraph/
H A DNOTES74 - Malloc all memory with type M_NETGRAPH. -DONE
/f-stack/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst735 Malloc chapter
834 Malloc heap is a doubly-linked list, where each element keeps track of its