Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp395 lldb::addr_t Malloc(size_t size, uint8_t byte_alignment) { in Malloc() argument
399 ret -= (ret % byte_alignment); in Malloc()