tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
os_mem_map
rt
gc
basic
gcalloc
Undocumented in source. Be warned that the author may not have intended to support it.
void
*
os_mem_map
(size_t nbytes)
void
*
os_mem_map
(size_t nbytes)
void
*
os_mem_map
(size_t nbytes)
void
*
os_mem_map
(size_t nbytes)
static if
(!(
is(typeof(VirtualAlloc))
))
static if
(!(
is(typeof(mmap))
))
static if
(!(
is(typeof(valloc))
))
static if
(
is(typeof(malloc))
)
void
*
os_mem_map
(
size_t
nbytes
)
Meta
Source
See Implementation
rt
gc
basic
gcalloc
aliases
pthread_t
functions
os_mem_commit
os_mem_decommit
os_mem_map
os_mem_unmap
pthread_self
variables
PAGE_MASK