Skip to main content

M_AllocatorType

Type Alias M_AllocatorType 

Source
pub type M_AllocatorType = c_uint;
Expand description

Contains an AllocatorType. You can choose between kCaching and kSystem kCaching trades off higher memory usage for better performance. kSystem uses the default system allocator.