Searched refs:aligned_ptr (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dgmm_malloc.h37 void * aligned_ptr; local
61 aligned_ptr = (void *) (((size_t) malloc_ptr + align)
65 ((void **) aligned_ptr) [-1] = malloc_ptr;
67 return aligned_ptr;
71 _mm_free (void * aligned_ptr) argument
73 if (aligned_ptr)
74 free (((void **) aligned_ptr) [-1]);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp190 void *aligned_ptr = reinterpret_cast<void *>( local
193 reinterpret_cast<Metadata *>(allocator.GetMetaData(aligned_ptr));
205 reinterpret_cast<uptr>(aligned_ptr) + orig_size);
219 internal_memset(aligned_ptr, flags()->free_fill_byte, fill_size);
223 TagMemoryAligned(reinterpret_cast<uptr>(aligned_ptr), TaggedSize(orig_size),
226 allocator.Deallocate(t->allocator_cache(), aligned_ptr);
233 allocator.Deallocate(cache, aligned_ptr);
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_types.h245 #define INC_ALIGNED_PTR(b, m) ((void *)aligned_ptr((void *)(b), m))
249 aligned_ptr( function

Completed in 118 milliseconds