Home
last modified time | relevance | path

Searched defs:byte_alignment (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Daligned_accessor.h53 static constexpr size_t byte_alignment = _ByteAlignment; member
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp393 lldb::addr_t Malloc(size_t size, uint8_t byte_alignment) { in Malloc()