Home
last modified time | relevance | path

Searched defs:aligned_ptr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp435 void* aligned_ptr = align_down(align, bytes, new_ptr, new_capacity); __try_allocate_from_chunk() local
444 void* aligned_ptr = align_down(align, bytes, new_ptr, new_capacity); __try_allocate_from_chunk() local
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp298 void *aligned_ptr = reinterpret_cast<void *>( in HwasanDeallocate() local
444 void *aligned_ptr = reinterpret_cast<void *>( in AllocationSizeFast() local
/freebsd/contrib/ntp/include/
H A Dntp_types.h249 aligned_ptr( in aligned_ptr() function