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

/external/python/cpython2/Objects/
H A Dobmalloc.c539 #define INITIAL_ARENA_OBJECTS 16 macro
576 numarenas = maxarenas ? maxarenas << 1 : INITIAL_ARENA_OBJECTS;

Completed in 89 milliseconds