public static uint AllocNewObject(uint aSize)
 {
     return(GC.AllocNewObject(aSize));
 }