Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
Dpub_core_aspacemgr.h152 ( MapRequest* req, Bool forClient, /*OUT*/Bool* ok );
/external/valgrind/main/coregrind/m_aspacemgr/
Daspacemgr-linux.c1767 Bool forClient, in VG_()
1821 Addr startPoint = forClient ? aspacem_cStart : aspacem_vStart; in VG_()
1855 if (forClient && req->rkind == MFixed) { in VG_()
1883 if (forClient && req->rkind == MHint) { in VG_()
2633 Addr start, SizeT len, Bool forClient ) in am_munmap_both_wrk() argument
2653 if (forClient) { in am_munmap_both_wrk()