vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
allocate
vox
utils
mem
Undocumented in source. Be warned that the author may not have intended to support it.
ubyte
[]
allocate
(size_t bytes, void* location, bool is_executable)
ubyte
[]
allocate
(size_t bytes, void* location, MemType memoryType)
version(!Posix && Windows)
ubyte
[]
allocate
(
size_t
bytes
,
void
*
location
,
MemType
memoryType
)
Meta
Source
See Implementation
vox
utils
mem
enums
MemType
functions
alloc_executable_memory
allocate
deallocate
free_executable_memory
markAsExecutable
markAsRO
markAsRW
testAdresses