Module alloc::heapExperimental
[-]
[+]
[src]
Constants
| EMPTY | An arbitrary non-null address to represent zero-size allocations. |
Functions
| allocate | Return a pointer to |
| deallocate | Deallocates the memory referenced by |
| reallocate | Resize the allocation referenced by |
| reallocate_inplace | Resize the allocation referenced by |
| stats_print | Prints implementation-defined allocator statistics. |
| usable_size | Returns the usable size of an allocation created with the specified the
|