Home
last modified time | relevance | path

Searched refs:unaligned_ptr (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Dcontrolled_allocators.h375 char* unaligned_ptr = aligned_ptr + alignof(T); in allocate() local
376 assert(is_min_aligned(unaligned_ptr)); in allocate()
378 P->countAlloc(unaligned_ptr, n * sizeof(T), alignof(T)); in allocate()
380 return ((T*)unaligned_ptr); in allocate()