Searched refs:alloc_type (Results 1 - 25 of 27) sorted by relevance

12

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20001203-2.c39 struct type *alloc_type (void);
52 result_type = alloc_type ();
92 alloc_type (void) function
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h81 AllocType alloc_type);
82 void memprof_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type);
84 BufferedStackTrace *stack, AllocType alloc_type);
H A Dmemprof_allocator.cpp339 AllocType alloc_type) {
436 BufferedStackTrace *stack, AllocType alloc_type) {
585 void memprof_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { argument
586 instance.Deallocate(ptr, 0, 0, stack, alloc_type);
590 BufferedStackTrace *stack, AllocType alloc_type) {
591 instance.Deallocate(ptr, size, alignment, stack, alloc_type);
646 AllocType alloc_type) {
653 return SetErrnoOnNull(instance.Allocate(size, alignment, stack, alloc_type));
338 Allocate(uptr size, uptr alignment, BufferedStackTrace *stack, AllocType alloc_type) argument
435 Deallocate(void *ptr, uptr delete_size, uptr delete_alignment, BufferedStackTrace *stack, AllocType alloc_type) argument
589 memprof_delete(void *ptr, uptr size, uptr alignment, BufferedStackTrace *stack, AllocType alloc_type) argument
645 memprof_memalign(uptr alignment, uptr size, BufferedStackTrace *stack, AllocType alloc_type) argument
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_allocator.cpp91 u8 alloc_type : 2;
474 AllocType alloc_type, bool can_fill) {
557 m->alloc_type = alloc_type;
665 BufferedStackTrace *stack, AllocType alloc_type) {
687 if (m->alloc_type != alloc_type) {
689 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type,
690 (AllocType)alloc_type);
694 (alloc_type
473 Allocate(uptr size, uptr alignment, BufferedStackTrace *stack, AllocType alloc_type, bool can_fill) argument
664 Deallocate(void *ptr, uptr delete_size, uptr delete_alignment, BufferedStackTrace *stack, AllocType alloc_type) argument
943 asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) argument
947 asan_delete(void *ptr, uptr size, uptr alignment, BufferedStackTrace *stack, AllocType alloc_type) argument
1004 asan_memalign(uptr alignment, uptr size, BufferedStackTrace *stack, AllocType alloc_type) argument
[all...]
H A Dasan_allocator.h201 AllocType alloc_type);
202 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type);
204 BufferedStackTrace *stack, AllocType alloc_type);
H A Dasan_report.h58 AllocType alloc_type,
H A Dasan_errors.h113 AllocType alloc_type, dealloc_type; member in struct:__asan::ErrorAllocTypeMismatch
121 alloc_type(alloc_type_),
H A Dasan_descriptions.h117 u32 alloc_type : 2; member in struct:__asan::ChunkAccess
H A Dasan_errors.cpp122 CHECK_NE(alloc_type, dealloc_type);
126 scariness.GetDescription(), alloc_names[alloc_type],
H A Dasan_report.cpp244 AllocType alloc_type,
248 alloc_type, dealloc_type); local
243 ReportAllocTypeMismatch(uptr addr, BufferedStackTrace *free_stack, AllocType alloc_type, AllocType dealloc_type) argument
H A Dasan_descriptions.cpp123 descr->alloc_type = chunk.GetAllocType();
/openbsd-current/gnu/gcc/gcc/
H A Dggc-zone.c231 typedef unsigned int alloc_type; typedef
273 alloc_type alloc_bits[1];
476 alloc_type *alloc_bits;
576 / (8 * sizeof (alloc_type) * BYTES_PER_ALLOC_BIT));
585 % (8 * sizeof (alloc_type)));
638 zone_object_size_1 (alloc_type *alloc_bits,
643 alloc_type alloc_word;
661 size = (sizeof (alloc_type) * 8 - start_bit + 1) * BYTES_PER_ALLOC_BIT;
673 size += sizeof (alloc_type) * 8 * BYTES_PER_ALLOC_BIT;
1463 alloc_word = offset / (8 * sizeof (alloc_type));
[all...]
H A Dmips-tfile.c882 enum alloc_type {
876 enum alloc_type { enum
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdbtypes.c148 alloc_type (struct objfile *objfile) function
249 ntype = alloc_type (TYPE_OBJFILE (type));
316 ntype = alloc_type (TYPE_OBJFILE (type));
365 ntype = alloc_type (TYPE_OBJFILE (type));
598 mtype = alloc_type (TYPE_OBJFILE (type));
636 result_type = alloc_type (TYPE_OBJFILE (index_type));
745 result_type = alloc_type (TYPE_OBJFILE (range_type));
799 result_type = alloc_type (TYPE_OBJFILE (domain_type));
1396 TYPE_TARGET_TYPE (type) = alloc_type (NULL); /* TYPE_CODE_UNDEF */
1686 type = alloc_type (objfil
[all...]
H A Djv-lang.c188 type = alloc_type (objfile);
305 type = alloc_type (objfile);
H A Dada-lang.c1482 struct type *range_type = alloc_type (objf);
1483 struct type *array_type = alloc_type (objf);
1589 new_type = alloc_type (TYPE_OBJFILE (type));
6015 struct type *type = alloc_type (objfile);
6071 rtype = alloc_type (TYPE_OBJFILE (type));
6241 TYPE_TARGET_TYPE (type0) = type = alloc_type (TYPE_OBJFILE (type0));
6286 rtype = alloc_type (TYPE_OBJFILE (type));
6447 result = create_array_type (alloc_type (TYPE_OBJFILE (type0)),
6468 result = create_array_type (alloc_type (TYPE_OBJFILE (type0)),
8193 type = create_range_type (alloc_type (objfil
[all...]
H A Dgdbtypes.h1170 extern struct type *alloc_type (struct objfile *);
H A Dstabsread.c325 return (alloc_type (objfile));
335 *type_addr = alloc_type (objfile);
H A Dhpread.c3087 *type_addr = alloc_type (objfile);
4893 ptrmemtype = alloc_type (objfile);
4917 ptrmemtype = alloc_type (objfile);
H A Ddwarf2read.c3564 fnp->type = alloc_type (objfile);
3720 type = alloc_type (objfile);
3919 type = alloc_type (objfile);
4431 type = alloc_type (objfile);
4762 base_type = alloc_type (NULL);
H A Dcoffread.c349 type = alloc_type (current_objfile);
H A Ddwarfread.c828 utypep = alloc_type (current_objfile);
H A Dmdebugread.c4710 t = alloc_type (current_objfile);
/openbsd-current/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()); local
2490 } else if (alloc_type != file_type) {
2493 uint32_t target_type_name_idx = alloc_type;
2495 if (alloc_type >= Element::RS_TYPE_ELEMENT &&
2496 alloc_type <= Element::RS_TYPE_FONT)
2498 (alloc_type - Element::RS_TYPE_ELEMENT) +
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Decoff.c735 enum alloc_type {
734 enum alloc_type { enum

Completed in 506 milliseconds

12