Home
last modified time | relevance | path

Searched defs:alloc_type (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_dealloc.c32 dwarf_dealloc(Dwarf_Debug dbg, Dwarf_Ptr p, Dwarf_Unsigned alloc_type) in dwarf_dealloc()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp652 void memprof_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in memprof_free()
657 BufferedStackTrace *stack, AllocType alloc_type) { in memprof_delete()
713 AllocType alloc_type) { in memprof_memalign()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp93 u8 alloc_type : 2; member in __asan::ChunkHeader
998 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in asan_free()
1003 BufferedStackTrace *stack, AllocType alloc_type) { in asan_delete()
1060 AllocType alloc_type) { in asan_memalign()
H A Dasan_descriptions.h117 u32 alloc_type : 2; member
H A Dasan_errors.h113 AllocType alloc_type, dealloc_type; member
H A Dasan_report.cpp245 AllocType alloc_type, in ReportAllocTypeMismatch()
/freebsd/contrib/ofed/libmlx5/
H A Dbuf.c418 enum mlx5_alloc_type *alloc_type, in mlx5_get_alloc_type()
H A Dverbs.c1055 enum mlx5_alloc_type alloc_type; in mlx5_alloc_qp_buf() local