Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_aspacemgr.h139 ( const MapRequest* req, Bool forClient, /*OUT*/Bool* ok );
/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c1698 Bool forClient, in VG_()
1752 Addr startPoint = forClient ? aspacem_cStart : aspacem_vStart; in VG_()
1786 if (forClient && req->rkind == MFixed) { in VG_()
1814 if (forClient && req->rkind == MHint) { in VG_()
2581 Addr start, SizeT len, Bool forClient ) in am_munmap_both_wrk() argument
2601 if (forClient) { in am_munmap_both_wrk()