Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp330 lldb::addr_t aligned_address = LLDB_INVALID_ADDRESS; in Malloc() local
419 aligned_address = (allocation_address + mask) & (~mask); in Malloc()
422 std::piecewise_construct, std::forward_as_tuple(aligned_address), in Malloc()
423 std::forward_as_tuple(allocation_address, aligned_address, in Malloc()
429 WriteMemory(aligned_address, zero_buf.data(), size, write_error); in Malloc()
454 (uint64_t)permissions, policy_string, aligned_address); in Malloc()
460 return aligned_address; in Malloc()