Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
DMachVMMemory.cpp75 #define MAX_STACK_ALLOC_DISPOSITIONS \ macro
86 std::min(pages_to_query, (int)MAX_STACK_ALLOC_DISPOSITIONS); in get_dirty_pages()
90 ((pages_to_query + MAX_STACK_ALLOC_DISPOSITIONS - 1) / in get_dirty_pages()
91 MAX_STACK_ALLOC_DISPOSITIONS); in get_dirty_pages()
96 cur_disposition_chunk * MAX_STACK_ALLOC_DISPOSITIONS; in get_dirty_pages()