public MockHeap AllocateObject(MockObject o, MockHeap h)
 {
     h.Allocate(o);
     return h;
 }