MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / new_arena

Function new_arena

Objects/obmalloc.c:523–610  ·  view source on GitHub ↗

Allocate a new arena. If we run out of memory, return NULL. Else * allocate a new arena, and return the address of an arena_object * describing the new arena. It's expected that the caller will set * `usable_arenas` to the return value. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

PyObject_MallocFunction · 0.85

Calls 1

Tested by

no test coverage detected