export interface MemoryMemberAllocation {
  name: string;
  type: Format.Types.Type;
  pointer: Pointer.MemoryPointer;
}