stacksize
Get the current PARI stack size in bytes to monitor memory allocation during number theory computations.
Instructions
Get the current PARI stack size in bytes.
Returns: Current stack size.
Example: >>> stacksize() 8000000
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |