Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/HashTable/
H A Dtable.h268 SafeMemSize align_boundary = entries_size.align_up(table_alignment()); in allocate() local
272 (align_boundary + header_size + ctrl_sizes).align_up(table_alignment()); in allocate()
281 static_cast<uint8_t *>(mem) + align_boundary); in allocate()