Searched refs:kAlignmentForDefaultAllocationInBytes (Results 1 – 1 of 1) sorted by relevance
44 constexpr size_t kAlignmentForDefaultAllocationInBytes = 8; variable49 void* p = alignof(T) > kAlignmentForDefaultAllocationInBytes in New()60 if (alignof(T) > kAlignmentForDefaultAllocationInBytes) { in Delete()