stack.info {unixtools} | R Documentation |
stack.info
return the current C stack usage and the current limit.
stack.info()
A named numeric vector with elements
usage |
Number of bytes used in the C stack so far |
limit |
Current C stack size limit or |
Simon Urbanek
stack.info()