Home
last modified time | relevance | path

Searched refs:newbl (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Python/
Dpyarena.c114 block *newbl = block_new( in block_alloc() local
117 if (!newbl) in block_alloc()
120 b->ab_next = newbl; in block_alloc()
121 b = newbl; in block_alloc()