Crate umm_malloc[−][src]
Provides a global allocator using the umm_malloc library.
You must call umm_malloc::init() exactly once
before allocating anything using the global memory allocator.
All allocations from this allocator are aligned by 8 bytes. Requesting a larger alignment is not implemented and will panic.
Constants
| MIN_ALIGN | All allocations from this allocator are aligned to |
Functions
| init⚠ | Initializes the heap |