/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() 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/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_allocator.cpp | 93 u8 alloc_type : 2; member in __asan::ChunkHeader 529 AllocType alloc_type, bool can_fill) { in Allocate() 604 m->alloc_type = alloc_type; in Allocate() 704 BufferedStackTrace *stack, AllocType alloc_type) { in Deallocate() 726 m->alloc_type = FROM_MALLOC; in Deallocate() 734 if (m->alloc_type != alloc_type) { in Deallocate() 736 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type, in Deallocate() 737 (AllocType)alloc_type); in Deallocate() 741 (alloc_type == FROM_NEW || alloc_type == FROM_NEW_BR) && in Deallocate() 951 return (AllocType)chunk_->alloc_type; in GetAllocType() [all …]
|
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 | 245 AllocType alloc_type, in ReportAllocTypeMismatch() argument 249 alloc_type, dealloc_type); in ReportAllocTypeMismatch()
|
H A D | asan_descriptions.cpp | 123 descr->alloc_type = chunk.GetAllocType(); in GetAccessToHeapChunkInformation()
|
/freebsd/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 | 1055 enum mlx5_alloc_type alloc_type; in mlx5_alloc_qp_buf() local 1096 mlx5_get_alloc_type(MLX5_QP_PREFIX, &alloc_type, in mlx5_alloc_qp_buf() 1103 alloc_type, in mlx5_alloc_qp_buf() 1120 alloc_type, in mlx5_alloc_qp_buf()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_allocator.h | 85 AllocType alloc_type); 86 void memprof_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type); 88 BufferedStackTrace *stack, AllocType alloc_type);
|
H A D | memprof_allocator.cpp | 409 AllocType alloc_type) { in Allocate() 506 BufferedStackTrace *stack, AllocType alloc_type) { in Deallocate() 652 void memprof_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in memprof_free() argument 653 instance.Deallocate(ptr, 0, 0, stack, alloc_type); in memprof_free() 657 BufferedStackTrace *stack, AllocType alloc_type) { in memprof_delete() argument 658 instance.Deallocate(ptr, size, alignment, stack, alloc_type); in memprof_delete() 713 AllocType alloc_type) { in memprof_memalign() argument 720 return SetErrnoOnNull(instance.Allocate(size, alignment, stack, alloc_type)); in memprof_memalign()
|
/freebsd/contrib/ncurses/ |
H A D | ANNOUNCE | 320 * use string-hacks in alloc_entry.c, alloc_type.c and hardscroll.c,
|
H A D | NEWS | 291 + use string-hacks in alloc_entry.c, alloc_type.c and hardscroll.c,
|