Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachVMMemory.cpp63 nub_size_t MachVMMemory::MaxBytesLeftInPage(task_t task, nub_addr_t addr, in MaxBytesLeftInPage() function in MachVMMemory
220 MaxBytesLeftInPage(task, curr_addr, data_count - total_bytes_read); in Read()
312 static_cast<mach_msg_type_number_t>(MaxBytesLeftInPage( in WriteRegion()
H A DMachVMMemory.h38 nub_size_t MaxBytesLeftInPage(task_t task, nub_addr_t addr, nub_size_t count);