| /freebsd-13.1/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() argument 49 if (alloc_type == DW_DLA_LIST || alloc_type == DW_DLA_FRAME_BLOCK || in dwarf_dealloc() 50 alloc_type == DW_DLA_LOC_BLOCK || alloc_type == DW_DLA_LOCDESC) in dwarf_dealloc() 52 else if (alloc_type == DW_DLA_ABBREV) { in dwarf_dealloc() 60 } else if (alloc_type == DW_DLA_DIE) { in dwarf_dealloc()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_allocator.cpp | 91 u8 alloc_type : 2; member in __asan::ChunkHeader 485 AllocType alloc_type, bool can_fill) { in Allocate() 568 m->alloc_type = alloc_type; in Allocate() 699 if (m->alloc_type != alloc_type) { in Deallocate() 702 (AllocType)alloc_type); in Deallocate() 706 (alloc_type == FROM_NEW || alloc_type == FROM_NEW_BR) && in Deallocate() 908 return (AllocType)chunk_->alloc_type; in GetAllocType() 971 instance.Deallocate(ptr, 0, 0, stack, alloc_type); in asan_free() 975 BufferedStackTrace *stack, AllocType alloc_type) { in asan_delete() argument 976 instance.Deallocate(ptr, size, alignment, stack, alloc_type); in asan_delete() [all …]
|
| H A D | asan_allocator.h | 209 AllocType alloc_type); 210 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type); 212 BufferedStackTrace *stack, AllocType alloc_type);
|
| H A D | asan_report.h | 58 AllocType alloc_type,
|
| H A D | asan_errors.h | 113 AllocType alloc_type, dealloc_type; member 121 alloc_type(alloc_type_), in ErrorAllocTypeMismatch()
|
| H A D | asan_descriptions.h | 117 u32 alloc_type : 2; member
|
| H A D | asan_report.cpp | 242 AllocType alloc_type, in ReportAllocTypeMismatch() argument 246 alloc_type, dealloc_type); in ReportAllocTypeMismatch()
|
| H A D | asan_errors.cpp | 124 CHECK_NE(alloc_type, dealloc_type); in Print() 128 scariness.GetDescription(), alloc_names[alloc_type], in Print()
|
| H A D | asan_descriptions.cpp | 123 descr->alloc_type = chunk.GetAllocType(); in GetAccessToHeapChunkInformation()
|
| /freebsd-13.1/contrib/ofed/libmlx5/ |
| H A D | buf.c | 418 enum mlx5_alloc_type *alloc_type, in mlx5_get_alloc_type() argument 427 *alloc_type = default_type; in mlx5_get_alloc_type() 432 *alloc_type = MLX5_ALLOC_TYPE_ANON; in mlx5_get_alloc_type() 434 *alloc_type = MLX5_ALLOC_TYPE_HUGE; in mlx5_get_alloc_type() 436 *alloc_type = MLX5_ALLOC_TYPE_CONTIG; in mlx5_get_alloc_type() 438 *alloc_type = MLX5_ALLOC_TYPE_PREFER_CONTIG; in mlx5_get_alloc_type() 440 *alloc_type = MLX5_ALLOC_TYPE_PREFER_HUGE; in mlx5_get_alloc_type() 442 *alloc_type = MLX5_ALLOC_TYPE_ALL; in mlx5_get_alloc_type()
|
| H A D | mlx5.h | 557 enum mlx5_alloc_type alloc_type, 561 enum mlx5_alloc_type *alloc_type,
|
| H A D | verbs.c | 1039 enum mlx5_alloc_type alloc_type; in mlx5_alloc_qp_buf() local 1080 mlx5_get_alloc_type(MLX5_QP_PREFIX, &alloc_type, in mlx5_alloc_qp_buf() 1087 alloc_type, in mlx5_alloc_qp_buf() 1104 alloc_type, in mlx5_alloc_qp_buf()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_allocator.h | 81 AllocType alloc_type); 82 void memprof_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type); 84 BufferedStackTrace *stack, AllocType alloc_type);
|
| H A D | memprof_allocator.cpp | 514 AllocType alloc_type) { in Allocate() 612 BufferedStackTrace *stack, AllocType alloc_type) { in Deallocate() 763 void memprof_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in memprof_free() argument 764 instance.Deallocate(ptr, 0, 0, stack, alloc_type); in memprof_free() 768 BufferedStackTrace *stack, AllocType alloc_type) { in memprof_delete() argument 769 instance.Deallocate(ptr, size, alignment, stack, alloc_type); in memprof_delete() 824 AllocType alloc_type) { in memprof_memalign() argument 831 return SetErrnoOnNull(instance.Allocate(size, alignment, stack, alloc_type)); in memprof_memalign()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 2495 const uint32_t alloc_type = static_cast<uint32_t>(*alloc->element.type.get()); in LoadAllocation() local 2501 } else if (alloc_type != file_type) { in LoadAllocation() 2504 uint32_t target_type_name_idx = alloc_type; in LoadAllocation() 2506 if (alloc_type >= Element::RS_TYPE_ELEMENT && in LoadAllocation() 2507 alloc_type <= Element::RS_TYPE_FONT) in LoadAllocation() 2509 (alloc_type - Element::RS_TYPE_ELEMENT) + in LoadAllocation()
|