Home
last modified time | relevance | path

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

12

/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf_dealloc.c35 dwarf_dealloc(Dwarf_Debug dbg, Dwarf_Ptr p, Dwarf_Unsigned alloc_type) in dwarf_dealloc() argument
52 if (alloc_type == DW_DLA_LIST || alloc_type == DW_DLA_FRAME_BLOCK || in dwarf_dealloc()
53 alloc_type == DW_DLA_LOC_BLOCK || alloc_type == DW_DLA_LOCDESC) in dwarf_dealloc()
55 else if (alloc_type == DW_DLA_ABBREV) { in dwarf_dealloc()
63 } else if (alloc_type == DW_DLA_DIE) { in dwarf_dealloc()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_allocator.cpp91 u8 alloc_type : 2; member in __asan::ChunkHeader
484 AllocType alloc_type, bool can_fill) { in Allocate()
567 m->alloc_type = alloc_type; in Allocate()
676 BufferedStackTrace *stack, AllocType alloc_type) { in Deallocate()
698 if (m->alloc_type != alloc_type) { in Deallocate()
700 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type, in Deallocate()
701 (AllocType)alloc_type); in Deallocate()
705 (alloc_type == FROM_NEW || alloc_type == FROM_NEW_BR) && in Deallocate()
907 return (AllocType)chunk_->alloc_type; in GetAllocType()
954 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in asan_free() argument
[all …]
H A Dasan_allocator.h207 AllocType alloc_type);
208 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type);
210 BufferedStackTrace *stack, AllocType alloc_type);
H A Dasan_report.h58 AllocType alloc_type,
H A Dasan_errors.h113 AllocType alloc_type, dealloc_type; member
121 alloc_type(alloc_type_), in ErrorAllocTypeMismatch()
H A Dasan_report.cpp242 AllocType alloc_type, in ReportAllocTypeMismatch() argument
246 alloc_type, dealloc_type); in ReportAllocTypeMismatch()
H A Dasan_descriptions.h117 u32 alloc_type : 2; member
H A Dasan_errors.cpp122 CHECK_NE(alloc_type, dealloc_type); in Print()
126 scariness.GetDescription(), alloc_names[alloc_type], in Print()
/netbsd-src/sys/external/bsd/compiler_rt/dist/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()
611 BufferedStackTrace *stack, AllocType alloc_type) { in Deallocate()
633 if (m->alloc_type != alloc_type) { in Deallocate()
635 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->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()
866 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in asan_free() argument
[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_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.h118 u32 alloc_type : 2; member
H A Dasan_descriptions.cc125 descr->alloc_type = chunk.GetAllocType(); in GetAccessToHeapChunkInformation()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.cc78 u32 alloc_type : 2; member
398 AllocType alloc_type, bool can_fill) { in Allocate()
483 m->alloc_type = alloc_type; in Allocate()
609 BufferedStackTrace *stack, AllocType alloc_type) { in Deallocate()
631 if (m->alloc_type != alloc_type) { in Deallocate()
633 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type, in Deallocate()
634 (AllocType)alloc_type); in Deallocate()
638 (alloc_type == FROM_NEW || alloc_type == FROM_NEW_BR) && in Deallocate()
815 return (AllocType)chunk_->alloc_type; in GetAllocType()
864 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in asan_free() argument
[all …]
H A Dasan_allocator.h207 AllocType alloc_type);
208 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type);
210 BufferedStackTrace *stack, AllocType alloc_type);
H A Dasan_report.h57 AllocType alloc_type,
H A Dasan_errors.h111 AllocType alloc_type, dealloc_type; member
119 alloc_type(alloc_type_), in ErrorAllocTypeMismatch()
H A Dasan_report.cc237 AllocType alloc_type, in ReportAllocTypeMismatch() argument
241 alloc_type, dealloc_type); in ReportAllocTypeMismatch()
H A Dasan_errors.cc122 CHECK_NE(alloc_type, dealloc_type); in Print()
126 scariness.GetDescription(), alloc_names[alloc_type], in Print()
H A Dasan_descriptions.h116 u32 alloc_type : 2; member
H A Dasan_descriptions.cc123 descr->alloc_type = chunk.GetAllocType(); in GetAccessToHeapChunkInformation()
/netbsd-src/external/bsd/atf/dist/tools/
H A Dparser.hpp147 token_type alloc_type(void);

12