Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRMemoryMap.cpp235 lldb::addr_t aligned_address = LLDB_INVALID_ADDRESS; in Malloc() local
312 aligned_address = (allocation_address + mask) & (~mask); in Malloc()
314 m_allocations[aligned_address] = Allocation(allocation_address, in Malloc()
315 aligned_address, in Malloc()
346 aligned_address); in Malloc()
349 return aligned_address; in Malloc()