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.c394 static Bool clo_pages_as_heap = False; variable
418 else if VG_BOOL_CLO(arg, "--pages-as-heap", clo_pages_as_heap) {} in ms_process_cmd_line_option()
1303 if (!clo_pages_as_heap) { in take_snapshot()
1639 tl_assert(!clo_pages_as_heap); // Shouldn't be here if --pages-as-heap=yes. in realloc_block()
2127 ( clo_pages_as_heap in pp_snapshot_SXPt()
2325 if (!clo_pages_as_heap && !have_started_executing_code) { in handle_snapshot_monitor_command()
2343 if (!clo_pages_as_heap && !have_started_executing_code) { in handle_all_snapshots_monitor_command()
2456 if (clo_pages_as_heap) { in ms_post_clo_init()
2463 clo_pages_as_heap = False; in ms_post_clo_init()
2472 if (clo_pages_as_heap) { in ms_post_clo_init()
[all …]