Module libc_compat
servo_
allocator
0.0.1
Module libc_
compat
Module Items
Functions
In servo_
allocator::
platform
servo_allocator
::
platform
Module
libc_
compat
Copy item path
Source
Expand description
Memory allocation APIs compatible with libc
Functions
§
free
⚠
Deallocates previously-allocated memory region referenced by
ptr
.
malloc
⚠
Allocates
size
bytes of uninitialized memory.
realloc
⚠
Resizes the previously-allocated memory region referenced by
ptr
to
size
bytes.