Home
last modified time | relevance | path

Searched refs:my_malloc (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Ddn_heap.c54 static void *my_malloc(int s) { return malloc(s); } in my_malloc() function
56 #define malloc(s, t, w) my_malloc(s)
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td925 void *my_malloc(int a) __attribute__((alloc_size(1)));
929 void *const p = my_malloc(100);
1499 // Denotes that my_malloc will return with a dynamically allocated piece of
1501 void __attribute((ownership_returns(malloc))) *my_malloc(size_t);