Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Expression/
H A DIRMemoryMap.cpp297 lldb::addr_t aligned_address = LLDB_INVALID_ADDRESS; in Malloc() local
389 aligned_address = (allocation_address + mask) & (~mask); in Malloc()
392 std::piecewise_construct, std::forward_as_tuple(aligned_address), in Malloc()
393 std::forward_as_tuple(allocation_address, aligned_address, in Malloc()
399 WriteMemory(aligned_address, zero_buf.data(), size, write_error); in Malloc()
424 (uint64_t)permissions, policy_string, aligned_address); in Malloc()
427 return aligned_address; in Malloc()