HomeSort by relevance Sort by last modified time
    Searched refs:usedpools (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 361 This is involved. For an index i, usedpools[i+i] is the header for a list of
363 usedpools[0] corresponds to blocks of size 8, usedpools[2] to blocks of size
377 at usedpools[i] (see above). It's linked to the other used pools of the
384 On transition to full, a pool is unlinked from its usedpools[] list.
388 Then it's linked in at the front of the appropriate usedpools[] list, so
392 On transition to empty, a pool is unlinked from its usedpools[] list,
396 an empty list in usedpools[], it takes the first pool off of freepools.
424 Major obscurity: While the usedpools vector is declared to have poolp
440 each of which consume sizeof(block *) bytes. So what usedpools[i+i] really
457 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) \/ 8) * 8] = { variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 331 This is involved. For an index i, usedpools[i+i] is the header for a list of
333 usedpools[0] corresponds to blocks of size 8, usedpools[2] to blocks of size
347 at usedpools[i] (see above). It's linked to the other used pools of the
354 On transition to full, a pool is unlinked from its usedpools[] list.
358 Then it's linked in at the front of the appropriate usedpools[] list, so
362 On transition to empty, a pool is unlinked from its usedpools[] list,
366 an empty list in usedpools[], it takes the first pool off of freepools.
394 Major obscurity: While the usedpools vector is declared to have poolp
410 each of which consume sizeof(block *) bytes. So what usedpools[i+i] really
427 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) \/ 8) * 8] = { variable
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 361 This is involved. For an index i, usedpools[i+i] is the header for a list of
363 usedpools[0] corresponds to blocks of size 8, usedpools[2] to blocks of size
377 at usedpools[i] (see above). It's linked to the other used pools of the
384 On transition to full, a pool is unlinked from its usedpools[] list.
388 Then it's linked in at the front of the appropriate usedpools[] list, so
392 On transition to empty, a pool is unlinked from its usedpools[] list,
396 an empty list in usedpools[], it takes the first pool off of freepools.
424 Major obscurity: While the usedpools vector is declared to have poolp
440 each of which consume sizeof(block *) bytes. So what usedpools[i+i] reall
457 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) \/ 8) * 8] = { variable
    [all...]

Completed in 247 milliseconds