Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
Dpub_core_aspacemgr.h145 ( MapRequest* req, Bool forClient, /*OUT*/Bool* ok );
/external/valgrind/main/coregrind/m_aspacemgr/
Daspacemgr-linux.c1744 Bool forClient, in VG_()
1798 Addr startPoint = forClient ? aspacem_cStart : aspacem_vStart; in VG_()
1832 if (forClient && req->rkind == MFixed) { in VG_()
1860 if (forClient && req->rkind == MHint) { in VG_()
2618 Addr start, SizeT len, Bool forClient ) in am_munmap_both_wrk() argument
2638 if (forClient) { in am_munmap_both_wrk()