Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobmalloc.c970 struct pool_header { struct
974 struct pool_header *nextpool; /* next pool of this size class */ argument
975 struct pool_header *prevpool; /* previous pool "" */ argument
982 typedef struct pool_header *poolp; argument