Home
last modified time | relevance | path

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

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