Home
last modified time | relevance | path

Searched refs:alloc_type (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-12.1/contrib/elftoolchain/libdwarf/
H A Ddwarf_dealloc.c32 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-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.cc80 u32 alloc_type : 2; member
400 AllocType alloc_type, bool can_fill) { in Allocate()
485 m->alloc_type = alloc_type; in Allocate()
633 if (m->alloc_type != alloc_type) { in Deallocate()
636 (AllocType)alloc_type); in Deallocate()
640 (alloc_type == FROM_NEW || alloc_type == FROM_NEW_BR) && in Deallocate()
817 return (AllocType)chunk_->alloc_type; in GetAllocType()
867 instance.Deallocate(ptr, 0, 0, stack, alloc_type); in asan_free()
871 BufferedStackTrace *stack, AllocType alloc_type) { in asan_delete() argument
872 instance.Deallocate(ptr, size, alignment, stack, alloc_type); in asan_delete()
[all …]
H A Dasan_allocator.h221 AllocType alloc_type);
222 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type);
224 BufferedStackTrace *stack, AllocType alloc_type);
H A Dasan_report.h59 AllocType alloc_type,
H A Dasan_errors.h113 AllocType alloc_type, dealloc_type; member
121 alloc_type(alloc_type_), in ErrorAllocTypeMismatch()
H A Dasan_descriptions.h118 u32 alloc_type : 2; member
H A Dasan_errors.cc124 CHECK_NE(alloc_type, dealloc_type); in Print()
128 scariness.GetDescription(), alloc_names[alloc_type], in Print()
H A Dasan_report.cc239 AllocType alloc_type, in ReportAllocTypeMismatch() argument
243 alloc_type, dealloc_type); in ReportAllocTypeMismatch()
H A Dasan_descriptions.cc125 descr->alloc_type = chunk.GetAllocType(); in GetAccessToHeapChunkInformation()
/freebsd-12.1/contrib/ofed/libmlx5/
H A Dbuf.c418 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 Dmlx5.h557 enum mlx5_alloc_type alloc_type,
561 enum mlx5_alloc_type *alloc_type,
H A Dverbs.c1039 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-12.1/contrib/gcc/
H A Dggc-zone.c231 typedef unsigned int alloc_type; typedef
273 alloc_type alloc_bits[1];
476 alloc_type *alloc_bits;
576 / (8 * sizeof (alloc_type) * BYTES_PER_ALLOC_BIT)); in zone_get_object_alloc_word()
585 % (8 * sizeof (alloc_type))); in zone_get_object_alloc_bit()
638 zone_object_size_1 (alloc_type *alloc_bits, in zone_object_size_1()
643 alloc_type alloc_word; in zone_object_size_1()
1464 alloc_bit = offset % (8 * sizeof (alloc_type)); in ggc_get_size()
1652 alloc_type *alloc_word_p; in sweep_pages()
1681 alloc_type alloc_word; in sweep_pages()
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbtypes.c143 alloc_type (struct objfile *objfile) in alloc_type() function
244 ntype = alloc_type (TYPE_OBJFILE (type)); in make_pointer_type()
311 ntype = alloc_type (TYPE_OBJFILE (type)); in make_reference_type()
360 ntype = alloc_type (TYPE_OBJFILE (type)); in make_function_type()
597 mtype = alloc_type (TYPE_OBJFILE (type)); in lookup_member_type()
635 result_type = alloc_type (TYPE_OBJFILE (index_type)); in create_range_type()
744 result_type = alloc_type (TYPE_OBJFILE (range_type)); in create_array_type()
794 result_type = alloc_type (TYPE_OBJFILE (domain_type)); in create_set_type()
1407 TYPE_TARGET_TYPE (type) = alloc_type (NULL); /* TYPE_CODE_UNDEF */ in check_typedef()
1699 type = alloc_type (objfile); in init_type()
H A Dada-lang.c1091 struct type *range_type = alloc_type (objf); in ada_type_of_array()
1092 struct type *array_type = alloc_type (objf); in ada_type_of_array()
1192 new_type = alloc_type (TYPE_OBJFILE (type)); in packed_array_type()
4117 ftype = alloc_type (TYPE_OBJFILE (SYMBOL_TYPE (func))); in fill_in_ada_prototype()
5922 struct type *type = alloc_type (objfile); in empty_record()
5957 rtype = alloc_type (TYPE_OBJFILE (type)); in template_to_fixed_record_type()
6070 alloc_type (TYPE_OBJFILE (templ_type)); in template_to_static_fixed_type()
6122 rtype = alloc_type (TYPE_OBJFILE (type)); in to_record_with_fixed_variant_part()
6275 result = create_array_type (alloc_type (TYPE_OBJFILE (type0)), in to_fixed_array_type()
6296 result = create_array_type (alloc_type (TYPE_OBJFILE (type0)), in to_fixed_array_type()
[all …]
H A Djv-lang.c186 type = alloc_type (objfile); in java_lookup_class()
303 type = alloc_type (objfile); in type_from_class()
H A Ddwarf2read.c2884 fnp->type = alloc_type (objfile); in dwarf2_add_member_fn()
3020 type = alloc_type (objfile); in read_structure_type()
3223 type = alloc_type (objfile); in read_enumeration_type()
3690 type = alloc_type (objfile); in read_tag_ptr_to_member_type()
3738 type = alloc_type (objfile); in read_tag_unspecified_type()
4054 base_type = alloc_type (NULL); in read_subrange_type()
H A Dgdbtypes.h1090 extern struct type *alloc_type (struct objfile *);
H A Dstabsread.c324 return (alloc_type (objfile)); in dbx_alloc_type()
334 *type_addr = alloc_type (objfile); in dbx_alloc_type()
H A Dhpread.c3075 *type_addr = alloc_type (objfile); in hpread_alloc_type()
4883 ptrmemtype = alloc_type (objfile); in hpread_type_lookup()
4907 ptrmemtype = alloc_type (objfile); in hpread_type_lookup()
H A Dcoffread.c348 type = alloc_type (current_objfile); in coff_alloc_type()
H A Ddwarfread.c817 utypep = alloc_type (current_objfile); in alloc_utype()
H A Dmdebugread.c4715 t = alloc_type (current_objfile); in new_type()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2579 const uint32_t alloc_type = static_cast<uint32_t>(*alloc->element.type.get()); in LoadAllocation() local
2585 } else if (alloc_type != file_type) { in LoadAllocation()
2588 uint32_t target_type_name_idx = alloc_type; in LoadAllocation()
2590 if (alloc_type >= Element::RS_TYPE_ELEMENT && in LoadAllocation()
2591 alloc_type <= Element::RS_TYPE_FONT) in LoadAllocation()
2593 (alloc_type - Element::RS_TYPE_ELEMENT) + in LoadAllocation()
/freebsd-12.1/contrib/binutils/gas/
H A Decoff.c735 enum alloc_type { enum

12