Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_obmalloc.h254 struct pool_header { struct
258 struct pool_header *nextpool; /* next pool of this size class */ argument
259 struct pool_header *prevpool; /* previous pool "" */ argument
266 typedef struct pool_header *poolp; argument