Searched refs:unrecord_block (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/massif/ |
D | ms_main.c | 1190 void unrecord_block ( void* p, Bool maybe_snapshot, Bool exclude_first_entry ) in unrecord_block() function 1395 unrecord_block(p, /*maybe_snapshot*/True, /*exclude_first_entry*/True); in ms_free() 1401 unrecord_block(p, /*maybe_snapshot*/True, /*exclude_first_entry*/True); in ms___builtin_delete() 1407 unrecord_block(p, /*maybe_snapshot*/True, /*exclude_first_entry*/True); in ms___builtin_vec_delete() 1451 unrecord_block((void*)a, /*maybe_snapshot*/True, in ms_unrecord_page_mem() 1456 unrecord_block((void*)a, /*maybe_snapshot*/False, in ms_unrecord_page_mem() 1624 unrecord_block(p, /*maybe_snapshot*/True, /*exclude_first_entry*/False); in ms_handle_client_request() 1631 unrecord_block(p, /*maybe_snapshot*/True, /*exclude_first_entry*/False); in ms_handle_client_request()
|