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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 284 struct pool_header *nextpool; /* next pool of this size class */ member in struct:pool_header
378 same size class via the pool_header's nextpool and prevpool members.
385 It's not linked to from anything then anymore, and its nextpool and
394 via its nextpool member. The prevpool member has no meaning in this case.
426 poolp entry, the nextpool and prevpool members of a pool_header. The
432 nextpool and prevpool members. The "- 2*sizeof(block *)" gibberish is
433 compensating for that a pool_header's nextpool and prevpool members
442 pointer, then p->nextpool and p->prevpool are both p (meaning that the headed
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 254 struct pool_header *nextpool; /* next pool of this size class */ member in struct:pool_header
348 same size class via the pool_header's nextpool and prevpool members.
355 It's not linked to from anything then anymore, and its nextpool and
364 via its nextpool member. The prevpool member has no meaning in this case.
396 poolp entry, the nextpool and prevpool members of a pool_header. The
402 nextpool and prevpool members. The "- 2*sizeof(block *)" gibberish is
403 compensating for that a pool_header's nextpool and prevpool members
412 pointer, then p->nextpool and p->prevpool are both p (meaning that the headed
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 284 struct pool_header *nextpool; /* next pool of this size class */ member in struct:pool_header
378 same size class via the pool_header's nextpool and prevpool members.
385 It's not linked to from anything then anymore, and its nextpool and
394 via its nextpool member. The prevpool member has no meaning in this case.
426 poolp entry, the nextpool and prevpool members of a pool_header. The
432 nextpool and prevpool members. The "- 2*sizeof(block *)" gibberish is
433 compensating for that a pool_header's nextpool and prevpool members
442 pointer, then p->nextpool and p->prevpool are both p (meaning that the headed
    [all...]
  /external/python/cpython3/Objects/
obmalloc.c 746 struct pool_header *nextpool; /* next pool of this size class */ member in struct:pool_header
838 same size class via the pool_header's nextpool and prevpool members.
845 It's not linked to from anything then anymore, and its nextpool and
854 via its nextpool member. The prevpool member has no meaning in this case.
886 poolp entry, the nextpool and prevpool members of a pool_header. The
892 nextpool and prevpool members. The "- 2*sizeof(block *)" gibberish is
893 compensating for that a pool_header's nextpool and prevpool members
902 pointer, then p->nextpool and p->prevpool are both p (meaning that the headed
    [all...]

Completed in 548 milliseconds