tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
prmap
rt
compiler
gdc
rt
memory
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(GC_Use_Data_Proc_Maps && solaris)
extern (
C
)
struct
prmap {
uintptr_t
pr_vaddr
;
size_t
pr_size
;
char
[
PRMAPSZ
]
pr_mapname
;
int
pr_mflags
;
int
pr_pagesize
;
int
pr_shmid
;
}
Members
Variables
pr_mapname
char
[
PRMAPSZ
]
pr_mapname
;
Undocumented in source.
pr_mflags
int
pr_mflags
;
Undocumented in source.
pr_pagesize
int
pr_pagesize
;
Undocumented in source.
pr_shmid
int
pr_shmid
;
Undocumented in source.
pr_size
size_t
pr_size
;
Undocumented in source.
pr_vaddr
uintptr_t
pr_vaddr
;
Undocumented in source.
Meta
Source
See Implementation
rt
compiler
gdc
rt
memory
enums
PRMAPSZ
functions
initStaticDataPtrs
parseDataProcMaps
printf
rt_scanStaticData
rt_stackBottom
rt_stackTop
structs
prmap
variables
S
_userlimit