Home
last modified time | relevance | path

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

/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()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.cc80 u32 alloc_type : 2; member
866 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in asan_free()
871 BufferedStackTrace *stack, AllocType alloc_type) { in asan_delete()
917 AllocType alloc_type) { in asan_memalign()
H A Dasan_descriptions.h118 u32 alloc_type : 2; member
H A Dasan_errors.h113 AllocType alloc_type, dealloc_type; member
H A Dasan_report.cc239 AllocType alloc_type, in ReportAllocTypeMismatch()
/freebsd-12.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-12.1/contrib/gdb/gdb/
H A Dgdbtypes.c143 alloc_type (struct objfile *objfile) in alloc_type() function
/freebsd-12.1/contrib/gcc/
H A Dggc-zone.c231 typedef unsigned int alloc_type; typedef
H A Dmips-tfile.c876 enum alloc_type { enum
/freebsd-12.1/contrib/binutils/gas/
H A Decoff.c735 enum alloc_type { enum
/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