Searched refs:unaligned_ptr (Results 1 – 1 of 1) sorted by relevance
375 char* unaligned_ptr = aligned_ptr + alignof(T); in allocate() local376 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()