- os_mem_commit
int os_mem_commit(void* base, size_t offset, size_t nbytes)
- os_mem_commit
int os_mem_commit(void* base, size_t offset, size_t nbytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- os_mem_commit
int os_mem_commit(void* base, size_t offset, size_t nbytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- os_mem_commit
int os_mem_commit(void* base, size_t offset, size_t nbytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- os_mem_decommit
int os_mem_decommit(void* base, size_t offset, size_t nbytes)
- os_mem_decommit
int os_mem_decommit(void* base, size_t offset, size_t nbytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- os_mem_decommit
int os_mem_decommit(void* base, size_t offset, size_t nbytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- os_mem_decommit
int os_mem_decommit(void* base, size_t offset, size_t nbytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- os_mem_map
void* os_mem_map(size_t nbytes)
- os_mem_map
void* os_mem_map(size_t nbytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- os_mem_map
void* os_mem_map(size_t nbytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- os_mem_map
void* os_mem_map(size_t nbytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- os_mem_unmap
int os_mem_unmap(void* base, size_t nbytes)
Unmap memory allocated with os_mem_map().
Memory must have already been decommitted.
- os_mem_unmap
int os_mem_unmap(void* base, size_t nbytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- os_mem_unmap
int os_mem_unmap(void* base, size_t nbytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- os_mem_unmap
int os_mem_unmap(void* base, size_t nbytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- pthread_self
pthread_t pthread_self()
Undocumented in source. Be warned that the author may not have intended to support it.
This module contains allocation functions for the garbage collector.