Home
last modified time | relevance | path

Searched defs:alloc_type (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/elftoolchain/libdwarf/
H A Ddwarf_dealloc.c32 dwarf_dealloc(Dwarf_Debug dbg, Dwarf_Ptr p, Dwarf_Unsigned alloc_type) in dwarf_dealloc()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp91 u8 alloc_type : 2; member in __asan::ChunkHeader
970 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in asan_free()
975 BufferedStackTrace *stack, AllocType alloc_type) { in asan_delete()
1032 AllocType alloc_type) { in asan_memalign()
H A Dasan_descriptions.h117 u32 alloc_type : 2; member
H A Dasan_report.cpp242 AllocType alloc_type, in ReportAllocTypeMismatch()
H A Dasan_errors.h113 AllocType alloc_type, dealloc_type; member
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp763 void memprof_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in memprof_free()
768 BufferedStackTrace *stack, AllocType alloc_type) { in memprof_delete()
824 AllocType alloc_type) { in memprof_memalign()
/freebsd-13.1/contrib/ofed/libmlx5/
H A Dbuf.c418 enum mlx5_alloc_type *alloc_type, in mlx5_get_alloc_type()
H A Dverbs.c1039 enum mlx5_alloc_type alloc_type; in mlx5_alloc_qp_buf() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2495 const uint32_t alloc_type = static_cast<uint32_t>(*alloc->element.type.get()); in LoadAllocation() local