Home
last modified time | relevance | path

Searched refs:POOL_OVERHEAD (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Objects/
Dobmalloc.c993 #define POOL_OVERHEAD _Py_SIZE_ROUND_UP(sizeof(struct pool_header), ALIGNMENT) macro
1001 #define NUMBLOCKS(I) ((uint)(POOL_SIZE - POOL_OVERHEAD) / INDEX2SIZE(I))
1573 bp = (block *)pool + POOL_OVERHEAD; in allocate_from_new_pool()
1574 pool->nextoffset = POOL_OVERHEAD + (size << 1); in allocate_from_new_pool()
2704 pool_header_bytes += p * POOL_OVERHEAD; in _PyObject_DebugMallocStats()
2705 quantization += p * ((POOL_SIZE - POOL_OVERHEAD) % size); in _PyObject_DebugMallocStats()