SongGuess
    Preparing search index...
    interface MemoryDescriptor {
        address?: AddressType;
        initial: number;
        maximum?: number;
        shared?: boolean;
    }
    Index

    Properties

    address?: AddressType
    initial: number
    maximum?: number
    shared?: boolean