Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/gprpp/
Dmemory.h44 constexpr size_t kAlignmentForDefaultAllocationInBytes = 8; variable
49 void* p = alignof(T) > kAlignmentForDefaultAllocationInBytes in New()
60 if (alignof(T) > kAlignmentForDefaultAllocationInBytes) { in Delete()