Home
last modified time | relevance | path

Searched refs:arena_object (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dobmalloc.c1016 struct arena_object { struct
1019 * here to mark an arena_object that doesn't correspond to an
1038 /* Whenever this arena_object is not associated with an allocated
1043 * When this arena_object is associated with an allocated arena
1048 * Else this arena_object is associated with an allocated arena
1052 struct arena_object* nextarena;
1053 struct arena_object* prevarena;
1076 Pools are carved off an arena's highwater mark (an arena_object's pool_address
1103 and linked to the front of its arena_object's singly-linked freepools list,
1212 PyObject_Free() when the arena is empty. Key invariant: an arena_object
[all...]

Completed in 4 milliseconds