Searched defs:alloc_type (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_dealloc.c | 32 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 D | memprof_allocator.cpp | 652 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 D | asan_allocator.cpp | 93 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 D | asan_descriptions.h | 117 u32 alloc_type : 2; member
|
H A D | asan_errors.h | 113 AllocType alloc_type, dealloc_type; member
|
H A D | asan_report.cpp | 245 AllocType alloc_type, in ReportAllocTypeMismatch()
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | buf.c | 418 enum mlx5_alloc_type *alloc_type, in mlx5_get_alloc_type()
|
H A D | verbs.c | 1055 enum mlx5_alloc_type alloc_type; in mlx5_alloc_qp_buf() local
|