public void Register(StaticString name, AllocOperationDelegate alloc)
 {
     allocators[name] = alloc;
 }
	public void	Register( string name, AllocOperationDelegate alloc ) {
		allocators[ name ] = alloc;
	}