Searched defs:alloc_type (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/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-src/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_allocator.cpp | 653 instance.Deallocate(ptr, 0, 0, stack, alloc_type); in memprof_memalign() argument 592 memprof_free(void * ptr,BufferedStackTrace * stack,AllocType alloc_type) memprof_free() argument 597 memprof_delete(void * ptr,uptr size,uptr alignment,BufferedStackTrace * stack,AllocType alloc_type) memprof_delete() argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_allocator.cpp | 93 u8 alloc_type : 2; member in __asan::ChunkHeader 990 asan_free(void * ptr,BufferedStackTrace * stack,AllocType alloc_type) asan_free() argument 995 asan_delete(void * ptr,uptr size,uptr alignment,BufferedStackTrace * stack,AllocType alloc_type) asan_delete() argument 1052 asan_memalign(uptr alignment,uptr size,BufferedStackTrace * stack,AllocType alloc_type) asan_memalign() argument [all...] |
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 | 244 ReportAllocTypeMismatch(uptr addr,BufferedStackTrace * free_stack,AllocType alloc_type,AllocType dealloc_type) ReportAllocTypeMismatch() argument
|
/freebsd-src/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
|