Home
last modified time | relevance | path

Searched +defs:malloc +defs:h (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Ddn_heap.c56 #define malloc(s, t, w) my_malloc(s) macro
78 heap_resize(struct dn_heap *h, unsigned int new_size) in heap_resize()
108 heap_init(struct dn_heap *h, int size, int ofs) in heap_init()
127 #define SET_OFFSET(h, i) do { \ argument
135 #define RESET_OFFSET(h, i) do { \ argument
141 heap_insert(struct dn_heap *h, uint64_t key1, void *p) in heap_insert()
178 heap_extract(struct dn_heap *h, void *obj) in heap_extract()
277 heapify(struct dn_heap *h) in heapify()
286 heap_scan(struct dn_heap *h, int (*fn)(void *, uintptr_t), in heap_scan()
311 heap_free(struct dn_heap *h) in heap_free()
/freebsd/contrib/wpa/src/utils/
H A Dos.h565 #define os_strstr(h, n) strstr((h), (n)) argument
660 #define malloc OS_DO_NOT_USE_malloc macro
/freebsd/libexec/rtld-elf/
H A Drtld.c340 #define LD_UTRACE(e, h, mb, ms, r, n) \ argument
1866 Elf32_Word h = 0; in elf_hash() local
1882 uint32_t h; in gnu_hash() local
6707 malloc(size_t nbytes) in malloc() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp661 TSAN_INTERCEPTOR(void*, malloc, uptr size) { in TSAN_INTERCEPTOR() argument
2619 __sanitizer_sighandler_ptr h) { in signal_impl()