Home
last modified time | relevance | path

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

/external/valgrind/massif/
Dms_main.c368 static Bool clo_pages_as_heap = False; variable
392 else if VG_BOOL_CLO(arg, "--pages-as-heap", clo_pages_as_heap) {} in ms_process_cmd_line_option()
925 if (!clo_pages_as_heap) { in take_snapshot()
1262 tl_assert(!clo_pages_as_heap); // Shouldn't be here if --pages-as-heap=yes. in realloc_block()
1756 .top_node_desc = clo_pages_as_heap ? in pp_snapshot()
1806 if (!clo_pages_as_heap && !have_started_executing_code) { in handle_snapshot_monitor_command()
1824 if (!clo_pages_as_heap && !have_started_executing_code) { in handle_all_snapshots_monitor_command()
1958 if (clo_pages_as_heap) { in ms_post_clo_init()
1965 clo_pages_as_heap = False; in ms_post_clo_init()
1972 if (clo_pages_as_heap) { in ms_post_clo_init()
[all …]