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

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

Completed in 310 milliseconds