xref: /386bsd/usr/share/man/cat2/mincore.0 (revision a2142627)
1
2
3
4MINCORE(2)                     1991                    MINCORE(2)
5
6
7NNAAMMEE
8       mincore - get advise about use of memory
9
10SSYYNNOOPPSSIISS
11       mincore(addr, len, vec)
12       ccaaddddrr__tt aaddddrr;;
13       iinntt lleenn;;
14       cchhaarr **vveecc;;
15
16DDEESSCCRRIIPPTTIIOONN
17       The  _m_i_n_c_o_r_e  system  call  allows  a  process  to  obtain
18       information about whether pages are core  resident.   Here
19       the current core residency of the pages is returned in the
20       character array _v_e_c, with a value of 1  meaning  that  the
21       page is in-core.
22
23SSEEEE AALLSSOO
24       msync.2, munmap.2, mprotect.2, madvise.2, mincore.2
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
6427,                            May                              1
65
66
67