Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dintobject.c34 #define BHEAD_SIZE 8 /* Enough for a 64-bit pointer */ macro
35 #define N_INTOBJECTS ((BLOCK_SIZE - BHEAD_SIZE) / sizeof(PyIntObject))
Dfloatobject.c24 #define BHEAD_SIZE 8 /* Enough for a 64-bit pointer */ macro
25 #define N_FLOATOBJECTS ((BLOCK_SIZE - BHEAD_SIZE) / sizeof(PyFloatObject))