Searched refs:POOL_SIZE (Results 1 – 5 of 5) sorted by relevance
227 #define POOL_SIZE SYSTEM_PAGE_SIZE /* must be 2^N */ macro345 #define NUMBLOCKS(I) ((uint)(POOL_SIZE - POOL_OVERHEAD) / INDEX2SIZE(I))643 arenaobj->nfreepools = ARENA_SIZE / POOL_SIZE; in new_arena()644 assert(POOL_SIZE * arenaobj->nfreepools == ARENA_SIZE); in new_arena()648 arenaobj->pool_address += POOL_SIZE - excess; in new_arena()913 ARENA_SIZE - POOL_SIZE); in PyObject_Malloc()942 pool->maxnextoffset = POOL_SIZE - size; in PyObject_Malloc()954 ARENA_SIZE - POOL_SIZE); in PyObject_Malloc()958 usable_arenas->pool_address += POOL_SIZE; in PyObject_Malloc()1839 arena_alignment += POOL_SIZE; in _PyObject_DebugMallocStats()[all …]
32 static const unsigned int POOL_SIZE = 512; member in IdentifierResolver::IdDeclInfoMap41 IdDeclInfo Pool[POOL_SIZE];48 IdDeclInfoMap() : CurPool(nullptr), CurIndex(POOL_SIZE) {} in IdDeclInfoMap()399 if (CurIndex == POOL_SIZE) { in operator []()
18 POOL_SIZE = 124 variable228 pool = multiprocessing.pool.ThreadPool(POOL_SIZE)
24 POOL_SIZE = 32 variable215 thread_pool = pool.ThreadPool(POOL_SIZE)
190 driver.POOL_SIZE = 1207 driver.POOL_SIZE = 1