memory.profile {base} | R Documentation |
Lists the usage of the cons cells by SEXPREC
type.
memory.profile()
The current types and their uses are listed in the include file
‘Rinternals.h’. There will be blanks in the list corresponding
to types that are no longer in use (types 11 and 12 at the time of
writing). Also FUNSXP
is not included.
A vector of counts, named by the types.
gc
for the overall usage of cons cells.
memory.profile()