Creating Objects
new('memuse', size = ..., unit = ..., unit.prefix = ...,
unit.names = ...)
memuse(size = ..., unit = ..., unit.prefix = ..., unit.names = ...)
mu(size = ..., unit = ..., unit.prefix = ..., unit.names = ...)Details
memuse is the container for memory usage data for an unallocated,
dense, in-core R object. The size slot contains the memory
usage in some unit of bytes. The unit slot contains the
unit of bytes that size is stored in (e.g., kb, mb, gb, ...).
The unit.prefix slot contains the unit prefix, either IEC or
SI. The unit.names slot contains the unit names, either short
(e.g., kb) or long (e.g., kilobyte).
There is almost certainly no compelling reason to work with this class
directly. Instead, you should use the host of methods for this class.