Home
last modified time | relevance | path

Searched defs:pool_header (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dobmalloc.c280 struct pool_header { struct
284 struct pool_header *nextpool; /* next pool of this size class */ argument
285 struct pool_header *prevpool; /* previous pool "" */ argument
292 typedef struct pool_header *poolp; argument