Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobmalloc.c289 uint maxnextoffset; /* largest valid nextoffset */ member
838 if (pool->nextoffset <= pool->maxnextoffset) { in PyObject_Malloc()
942 pool->maxnextoffset = POOL_SIZE - size; in PyObject_Malloc()
/external/python/cpython3/Objects/
Dobmalloc.c947 uint maxnextoffset; /* largest valid nextoffset */ member
1434 if (UNLIKELY(pool->nextoffset <= pool->maxnextoffset)) { in pymalloc_pool_extend()
1575 pool->maxnextoffset = POOL_SIZE - size; in allocate_from_new_pool()