Variable RegistrationContext.allocator

Allocator used for registered components.

struct RegistrationContext
{
  // ...
  IAllocator allocator ;
  // ...
}