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