servo_allocator

Module libc_compat

source
Expand description

Memory allocation APIs compatible with libc

Functions§

  • free
    Deallocates previously-allocated memory region referenced by ptr.
  • Allocates size bytes of uninitialized memory.
  • Resizes the previously-allocated memory region referenced by ptr to size bytes.