Searched refs:BHEAD_SIZE (Results 1 – 2 of 2) sorted by relevance
34 #define BHEAD_SIZE 8 /* Enough for a 64-bit pointer */ macro35 #define N_INTOBJECTS ((BLOCK_SIZE - BHEAD_SIZE) / sizeof(PyIntObject))
24 #define BHEAD_SIZE 8 /* Enough for a 64-bit pointer */ macro25 #define N_FLOATOBJECTS ((BLOCK_SIZE - BHEAD_SIZE) / sizeof(PyFloatObject))