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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 280 struct pool_header { struct
284 struct pool_header *nextpool; /* next pool of this size class */
285 struct pool_header *prevpool; /* previous pool "" */
292 typedef struct pool_header *poolp;
315 struct pool_header* freepools;
337 #define POOL_OVERHEAD ROUNDUP(sizeof(struct pool_header))
378 same size class via the pool_header's nextpool and prevpool members.
417 blocks. The offset from the pool_header to the start of "the next" virgin
418 block is stored in the pool_header nextoffset member, and the largest value
426 poolp entry, the nextpool and prevpool members of a pool_header. The
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 250 struct pool_header { struct
254 struct pool_header *nextpool; /* next pool of this size class */
255 struct pool_header *prevpool; /* previous pool "" */
262 typedef struct pool_header *poolp;
285 struct pool_header* freepools;
307 #define POOL_OVERHEAD ROUNDUP(sizeof(struct pool_header))
348 same size class via the pool_header's nextpool and prevpool members.
387 blocks. The offset from the pool_header to the start of "the next" virgin
388 block is stored in the pool_header nextoffset member, and the largest value
396 poolp entry, the nextpool and prevpool members of a pool_header. The
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 280 struct pool_header { struct
284 struct pool_header *nextpool; /* next pool of this size class */
285 struct pool_header *prevpool; /* previous pool "" */
292 typedef struct pool_header *poolp;
315 struct pool_header* freepools;
337 #define POOL_OVERHEAD ROUNDUP(sizeof(struct pool_header))
378 same size class via the pool_header's nextpool and prevpool members.
417 blocks. The offset from the pool_header to the start of "the next" virgin
418 block is stored in the pool_header nextoffset member, and the largest value
426 poolp entry, the nextpool and prevpool members of a pool_header. Th
    [all...]

Completed in 1078 milliseconds