Type Alias stabby::alloc::DefaultAllocator

source ·
pub type DefaultAllocator = LibcAlloc;
Expand description

The default allocator: libc malloc based if the libc feature is enabled, or unavailable otherwise.

Aliased Type§

struct DefaultAllocator { /* private fields */ }