mmtk
0.30.0-5f48a8a8c263225723b82ecc31962b89c0b4dbad
In mmtk::
util::
malloc
Modules
library
malloc_ms_util
Functions
calloc
counted_calloc
counted_malloc
free
free_with_size
malloc
realloc
realloc_with_old_size
mmtk
::
util
::
malloc
Function
malloc
Copy item path
Settings
Help
Summary
source
pub fn malloc(size:
usize
) ->
Address
Expand description
Manually allocate memory. Similar to libc’s malloc.