sinterface ILongMemory { long get(int idx); void set(int idx, long val); int size(); }