Home
last modified time | relevance | path

Searched refs:pool_header (Results 1 – 2 of 2) 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
315 struct pool_header* freepools;
337 #define POOL_OVERHEAD ROUNDUP(sizeof(struct pool_header))
/external/python/cpython3/Objects/
Dobmalloc.c897 struct pool_header { struct
901 struct pool_header *nextpool; /* next pool of this size class */ argument
902 struct pool_header *prevpool; /* previous pool "" */ argument
909 typedef struct pool_header *poolp; argument
932 struct pool_header* freepools;
952 #define POOL_OVERHEAD _Py_SIZE_ROUND_UP(sizeof(struct pool_header), ALIGNMENT)