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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dobmalloc.c285 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.
849 pool = pool->prevpool;
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dobmalloc.c255 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.
806 pool = pool->prevpool;
[all...]

Completed in 257 milliseconds