MCPcopy 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
14class AllocationError(Exception):
15 """Raised when a memory allocation fails."""
16
17
18class DereferenceError(Exception):

Callers 3

callocFunction · 0.85
mallocFunction · 0.85
reallocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected