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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 285 struct pool_header *prevpool; /* previous pool "" */ member in struct:pool_header
378 same size class via the pool_header's nextpool and prevpool members.
386 prevpool members are meaningless until it transitions back to used.
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
451 the prevpool member.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 255 struct pool_header *prevpool; /* previous pool "" */ member in struct:pool_header
348 same size class via the pool_header's nextpool and prevpool members.
356 prevpool members are meaningless until it transitions back to used.
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
421 the prevpool member.
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 285 struct pool_header *prevpool; /* previous pool "" */ member in struct:pool_header
378 same size class via the pool_header's nextpool and prevpool members.
386 prevpool members are meaningless until it transitions back to used.
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
451 the prevpool member.
    [all...]
  /external/python/cpython3/Objects/
obmalloc.c 902 struct pool_header *prevpool; /* previous pool "" */ member in struct:pool_header
993 same size class via the pool_header's nextpool and prevpool members.
1001 prevpool members are meaningless until it transitions back to used.
1009 via its nextpool member. The prevpool member has no meaning in this case.
    [all...]

Completed in 87 milliseconds