[−][src]Module loom::alloc
Memory allocation APIs
Structs
| Layout | Layout of a block of memory. |
| Track | Track allocations, detecting leaks |
Functions
| alloc⚠ | Allocate memory with the global allocator. |
| alloc_zeroed⚠ | Allocate zero-initialized memory with the global allocator. |
| dealloc⚠ | Deallocate memory with the global allocator. |