Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpyarena.c112 block *newbl = block_new( in block_alloc() local
115 if (!newbl) in block_alloc()
118 b->ab_next = newbl; in block_alloc()
119 b = newbl; in block_alloc()