find
  
  Description:
  public static Allocator? 
find (
string? name)
  
 
  
    Find a previously registered allocator with name.
     When name is null, the default allocator will be returned.
    Parameters:
    
      
        | name | 
        
           the name of the allocator 
         | 
      
    
    Returns:
    
      
        | 
           a Allocator or null when the 
            allocator with name was not registered. 
         |