An implementation of the C allocation API. The `Malloc` trait extends a type which implements `Alloc` for a reference to itself 1 by providing methods for the various functions of the C allocation API. As `Malloc` also extends `LayoutFinder`, it provides default implementations of each method in terms of the `LayoutFinder` and `Alloc` methods. Alternatively, any method may be overridden
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected