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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 283 block *freeblock; /* pool's free list head */ member in struct:pool_header
403 Blocks within pools are again carved out as needed. pool->freeblock points to
405 block is freed, it's inserted at the front of its pool's freeblock list. Note
408 set up, returning the first such block, and setting pool->freeblock to a
414 available for allocating, and pool->freeblock is not NULL. If pool->freeblock
438 block *freeblock;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 253 block *freeblock; /* pool's free list head */ member in struct:pool_header
373 Blocks within pools are again carved out as needed. pool->freeblock points to
375 block is freed, it's inserted at the front of its pool's freeblock list. Note
378 set up, returning the first such block, and setting pool->freeblock to a
384 available for allocating, and pool->freeblock is not NULL. If pool->freeblock
408 block *freeblock;
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 283 block *freeblock; /* pool's free list head */ member in struct:pool_header
403 Blocks within pools are again carved out as needed. pool->freeblock points to
405 block is freed, it's inserted at the front of its pool's freeblock list. Note
408 set up, returning the first such block, and setting pool->freeblock to a
414 available for allocating, and pool->freeblock is not NULL. If pool->freeblock
438 block *freeblock;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_collectionsmodule.c 88 freeblock(block *b) function
183 freeblock(deque->rightblock);
220 freeblock(deque->leftblock);
459 freeblock(deque->rightblock);
493 freeblock(deque->leftblock);
774 freeblock(deque->leftblock);
    [all...]
  /external/python/cpython2/Modules/
_collectionsmodule.c 86 freeblock(block *b) function
181 freeblock(deque->rightblock);
218 freeblock(deque->leftblock);
457 freeblock(deque->rightblock);
491 freeblock(deque->leftblock);
699 freeblock(prevblock);
703 freeblock(leftblock);
829 freeblock(deque->leftblock);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_collectionsmodule.c 89 freeblock(block *b) function
184 freeblock(deque->rightblock);
221 freeblock(deque->leftblock);
725 freeblock(deque->leftblock);
    [all...]

Completed in 94 milliseconds