customAllocators property
Map<String, RaylibTempAllocatorBase<RaylibTempBase<RaylibBase> , dynamic, dynamic> >
customAllocators
final
User-registered allocators, keyed by name, freed alongside built-ins on dispose.
Implementation
final Map<String, RaylibTempAllocatorBase> customAllocators = {};