Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp585 void memprof_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in memprof_free()
590 BufferedStackTrace *stack, AllocType alloc_type) { in memprof_delete()
646 AllocType alloc_type) { in memprof_memalign()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_allocator.cpp91 u8 alloc_type : 2; member in __asan::ChunkHeader
943 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in asan_free()
948 BufferedStackTrace *stack, AllocType alloc_type) { in asan_delete()
1005 AllocType alloc_type) { in asan_memalign()
H A Dasan_descriptions.h117 u32 alloc_type : 2; member
H A Dasan_report.cpp244 AllocType alloc_type, in ReportAllocTypeMismatch()
H A Dasan_errors.h113 AllocType alloc_type, dealloc_type; member
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20001203-2.c92 alloc_type (void) in alloc_type() function
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgdbtypes.c148 alloc_type (struct objfile *objfile) in alloc_type() function
/openbsd-src/gnu/gcc/gcc/
H A Dggc-zone.c231 typedef unsigned int alloc_type; typedef
H A Dmips-tfile.c876 enum alloc_type { enum
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Decoff.c735 enum alloc_type { enum
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Decoff.c734 enum alloc_type { enum
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dmips-tfile.c873 enum alloc_type { enum
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2484 const uint32_t alloc_type = static_cast<uint32_t>(*alloc->element.type.get()); in LoadAllocation() local