Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeroIntensity/pointers.py
/ AllocationError
Class
AllocationError
src/pointers/exceptions.py:14–15 ·
view source on GitHub ↗
Raised when a memory allocation fails.
Source
from the content-addressed store, hash-verified
12
13
14
class
AllocationError(Exception):
15
""
"Raised when a memory allocation fails."
""
16
17
18
class
DereferenceError(Exception):
Callers
3
calloc
Function · 0.85
malloc
Function · 0.85
realloc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected