11 ::ll::TypedStorage<8, 8, uint64> mReadableBytes;
12 ::ll::TypedStorage<8, 8, uint64> mWriteableBytes;
13 ::ll::TypedStorage<8, 8, ::std::unique_ptr<char[0]>> mReadStorage;
14 ::ll::TypedStorage<8, 8, ::std::unique_ptr<char[0]>> mWriteStorage;
24 MCAPI
explicit Storage(uint64 size);
30 MCAPI
void* $ctor(uint64 size);