Module loom::alloc

source ·
Expand description

Memory allocation APIs

Re-exports§

Structs§

  • Track allocations, detecting leaks

Functions§

  • Allocate memory with the global allocator.
  • Allocate zero-initialized memory with the global allocator.
  • Deallocate memory with the global allocator.