Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_collectionsmodule.c29 #define MAXFREEBLOCKS 16 macro
93 block *freeblocks[MAXFREEBLOCKS];
143 if (deque->numfreeblocks < MAXFREEBLOCKS) { in freeblock()
/third_party/python/Lib/test/
H A Dtest_deque.py745 MAXFREEBLOCKS = 16
747 basesize = support.calcvobjsize('2P5n%dPP' % MAXFREEBLOCKS)

Completed in 5 milliseconds