tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
os_mem_unmap
rt
gc
basic
gcalloc
Undocumented in source. Be warned that the author may not have intended to support it.
int
os_mem_unmap
(void* base, size_t nbytes)
int
os_mem_unmap
(void* base, size_t nbytes)
static if
(!(
is(typeof(VirtualAlloc))
))
static if
(
is(typeof(mmap))
)
int
os_mem_unmap
(
void
*
base
,
size_t
nbytes
)
int
os_mem_unmap
(void* base, size_t nbytes)
int
os_mem_unmap
(void* base, 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