HomeSort by: relevance | last modified time | path
    Searched refs:aligned_ptr (Results 1 - 7 of 7) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
gcc_builtin_alloca.c 19 char *aligned_ptr = __builtin_alloca_with_align(8, 64); local
20 aligned_ptr[0] = '\0';
  /src/external/gpl2/xcvs/dist/lib/
pagealign_alloc.c 80 void *aligned_ptr; member in struct:memnode_s
90 new_memnode (void *aligned_ptr, info_t info)
93 new_node->aligned_ptr = aligned_ptr;
100 /* Dispose of the memnode containing a map for the ALIGNED_PTR in question
103 get_memnode (void *aligned_ptr)
110 if (c->aligned_ptr == aligned_ptr)
191 pagealign_free (void *aligned_ptr)
194 if (munmap (aligned_ptr, get_memnode (aligned_ptr)) < 0
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
new_opa.cc 110 void* const aligned_ptr = (void *) (((uintptr_t) malloc_ptr + al) & -al);
113 ((void **) aligned_ptr)[-1] = malloc_ptr;
115 return aligned_ptr;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
new_opa.cc 110 void* const aligned_ptr = (void *) (((uintptr_t) malloc_ptr + al) & -al);
113 ((void **) aligned_ptr)[-1] = malloc_ptr;
115 return aligned_ptr;
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocator.cpp 233 void *aligned_ptr = reinterpret_cast<void *>( local
237 reinterpret_cast<Metadata *>(allocator.GetMetaData(aligned_ptr));
253 reinterpret_cast<uptr>(aligned_ptr) + orig_size);
271 internal_memset(aligned_ptr, flags()->free_fill_byte, fill_size);
290 TagMemoryAligned(reinterpret_cast<uptr>(aligned_ptr), TaggedSize(orig_size),
294 allocator.Deallocate(t->allocator_cache(), aligned_ptr);
301 allocator.Deallocate(cache, aligned_ptr);
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.cpp 295 void *aligned_ptr = reinterpret_cast<void *>( local
299 reinterpret_cast<Metadata *>(allocator.GetMetaData(aligned_ptr));
322 reinterpret_cast<uptr>(aligned_ptr) + orig_size);
340 internal_memset(aligned_ptr, flags()->free_fill_byte, fill_size);
360 TagMemoryAligned(reinterpret_cast<uptr>(aligned_ptr), TaggedSize(orig_size),
364 allocator.Deallocate(t->allocator_cache(), aligned_ptr);
372 allocator.Deallocate(cache, aligned_ptr);
443 void *aligned_ptr = reinterpret_cast<void *>( local
446 reinterpret_cast<Metadata *>(allocator.GetMetaData(aligned_ptr));
  /src/external/bsd/ntp/dist/include/
ntp_types.h 247 #define INC_ALIGNED_PTR(b, m) ((void *)aligned_ptr((void *)(b), m))
251 aligned_ptr( function

Completed in 82 milliseconds