
Lists the usage of the cons cells by SEXPREC
type.
memory.profile()
A vector of counts, named by the types. See typeof
for
an explanation of types.
The current types and their uses are listed in the include file
Rinternals.h
.
gc
for the overall usage of cons cells.
Rprofmem
and tracemem
allow memory profiling
of specific code or objects, but need to be enabled at compile time.
# NOT RUN {
memory.profile()
# }
Run the code above in your browser using DataLab