Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dobmalloc.c1071 This is involved. For an index i, usedpools[i+i] is the header for a list of
1073 usedpools[0] corresponds to blocks of size 8, usedpools[2] to blocks of size
1087 at usedpools[i] (see above). It's linked to the other used pools of the
1094 On transition to full, a pool is unlinked from its usedpools[] list.
1098 Then it's linked in at the front of the appropriate usedpools[] list, so
1102 On transition to empty, a pool is unlinked from its usedpools[] list,
1106 an empty list in usedpools[], it takes the first pool off of freepools.
1134 Major obscurity: While the usedpools vector is declared to have poolp
1150 each of which consume sizeof(block *) bytes. So what usedpools[
1167 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = { global() variable
[all...]

Completed in 3 milliseconds