Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ stacksize
Function
stacksize
recipes/Python/286222_Memory_usage/recipe-286222.py:40–43 ·
view source on GitHub ↗
Return stack size in bytes.
(since=0.0)
Source
from the content-addressed store, hash-verified
38
39
40
def
stacksize(since=0.0):
41
''
&
#x27;Return stack size in bytes.
42
''
&
#x27;
43
return
_VmB(
'VmStk:'
) - since
Callers
nothing calls this directly
Calls
1
_VmB
Function · 0.85
Tested by
no test coverage detected