Searched refs:ag_asend_freelist_free (Results 1 – 2 of 2) sorted by relevance
1234 static int ag_asend_freelist_free = 0; variable1450 int ret = ag_value_freelist_free + ag_asend_freelist_free; in PyAsyncGen_ClearFreeLists()1459 while (ag_asend_freelist_free) { in PyAsyncGen_ClearFreeLists()1461 o = ag_asend_freelist[--ag_asend_freelist_free]; in PyAsyncGen_ClearFreeLists()1513 if (ag_asend_freelist_free < _PyAsyncGen_MAXFREELIST) { in async_gen_asend_dealloc()1515 ag_asend_freelist[ag_asend_freelist_free++] = o; in async_gen_asend_dealloc()1656 if (ag_asend_freelist_free) { in async_gen_asend_new()1657 ag_asend_freelist_free--; in async_gen_asend_new()1658 o = ag_asend_freelist[ag_asend_freelist_free]; in async_gen_asend_new()
180 ag_asend_freelist_free