Home
last modified time | relevance | path

Searched refs:nfreepools (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dobmalloc.c1030 uint nfreepools; member
1046 * increasing order of `nfreepools` values.
1220 allocated arenas first (ascending order based on the nfreepools member).
1667 nfreepools <- number of whole pools that fit after alignment */ in new_arena()
1669 arenaobj->nfreepools = MAX_POOLS_IN_ARENA; in new_arena()
1672 --arenaobj->nfreepools; in new_arena()
1675 arenaobj->ntotalpools = arenaobj->nfreepools; in new_arena()
1829 assert(nfp2lasta[usable_arenas->nfreepools] == NULL); in allocate_from_new_pool()
1830 nfp2lasta[usable_arenas->nfreepools] = usable_arenas; in allocate_from_new_pool()
1834 /* This arena already had the smallest nfreepools valu in allocate_from_new_pool()
[all...]

Completed in 4 milliseconds