Lines Matching +full:shared +full:- +full:memory
8 madv.so.1 \- madv library
18 The \fBmadv.so.1\fR shared object provides a means by which the VM advice can
34 If the \fBmadv.so.1\fR shared object is specified in the \fBLD_PRELOAD\fR list,
35 the following environment variables are read by the \fBmadv\fR shared object to
43 \fBMADV\fR specifies the VM advice to use for all heap, shared memory, and mmap
48 \fBmadvise\fR(3C) to specify memory access patterns:
78 \fB\fBMADVCFGFILE\fR=\fIconfig-file\fR\fR
81 \fIconfig-file\fR is a text file which contains one or more \fBmadv\fR
86 \fIexec-name\fR \fIexec-args\fR:\fIadvice-opts\fR
91 Advice specified in \fIconfig-file\fR takes precedence over that specified by
95 \fIexec-name\fR specifies the name of an application or executable. The
97 \fBgetexecname\fR(3C)) that match the first \fIexec-name\fR found in the file.
99 \fIexec-name\fR can be a full pathname, a base name, or a pattern string. See
102 \fIexec-args\fR is an optionally specified pattern string to match against
103 arguments. Advice is set only if \fIexec-args\fR is not specified or occurs
104 within the arguments to \fIexec-name\fR.
106 \fIadvice-opts\fR is a comma-separated list specifying the advice for various
107 memory region(s):
114 Applies to all heap, shared memory, and mmap regions in the process address
125 existing heap and for any additional heap memory allocated in the future.
142 Shared memory segments (see \fBshmat\fR(2)) attached using any flags, flag
231 specifying '\fB*\fR' (pattern match all) for the \fIexec-name\fR of the last \fBmadv\fR
253 different advice for heap and shared memory regions for a select set of
310 \fBmadv\fR shared object.
314 program. Those regions established by the run-time linker or by system