Searched refs:asend_freelist (Results 1 – 2 of 2) sorted by relevance
150 struct PyAsyncGenASend* asend_freelist[_PyAsyncGen_MAXFREELIST]; member
1500 o = state->asend_freelist[--state->asend_numfree]; in _PyAsyncGen_ClearFreeLists()1564 state->asend_freelist[state->asend_numfree++] = o; in async_gen_asend_dealloc()1726 o = state->asend_freelist[state->asend_numfree]; in async_gen_asend_new()