Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c282 uint ntotalpools; member
607 arenaobj->ntotalpools = arenaobj->nfreepools; in new_arena()
1023 if (nf == ao->ntotalpools) { in PyObject_Free()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobmalloc.c312 uint ntotalpools; member
650 arenaobj->ntotalpools = arenaobj->nfreepools; in new_arena()
1067 if (nf == ao->ntotalpools) { in PyObject_Free()