Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobmalloc.c955 #define MAX_POOLS_IN_ARENA (ARENA_SIZE / POOL_SIZE) macro
956 #if MAX_POOLS_IN_ARENA * POOL_SIZE != ARENA_SIZE
1227 static struct arena_object* nfp2lasta[MAX_POOLS_IN_ARENA + 1] = { NULL };
1622 arenaobj->nfreepools = MAX_POOLS_IN_ARENA; in new_arena()
/third_party/python/Tools/c-analyzer/
DTODO13 …a static struct arena_object* nfp2lasta[MAX_POOLS_IN_ARENA + 1]