Home
last modified time | relevance | path

Searched refs: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
1005 struct pool_header* freepools;
1025 #define POOL_OVERHEAD _Py_SIZE_ROUND_UP(sizeof(struct pool_header), ALIGNMENT)