Searched refs:maxnextoffset (Results 1 – 2 of 2) sorted by relevance
289 uint maxnextoffset; /* largest valid nextoffset */ member838 if (pool->nextoffset <= pool->maxnextoffset) { in PyObject_Malloc()942 pool->maxnextoffset = POOL_SIZE - size; in PyObject_Malloc()
906 uint maxnextoffset; /* largest valid nextoffset */ member1424 if (pool->nextoffset <= pool->maxnextoffset) { in pymalloc_alloc()1526 pool->maxnextoffset = POOL_SIZE - size; in pymalloc_alloc()