Searched refs:POOL_SIZE (Results 1 – 5 of 5) sorted by relevance
48 const int POOL_SIZE = 1024; in GetMemoryForTrampoline() local52 pool = (char *)VirtualAlloc(NULL, POOL_SIZE, MEM_RESERVE | MEM_COMMIT, in GetMemoryForTrampoline()58 _memset(pool, 0xCC /* int 3 */, POOL_SIZE); in GetMemoryForTrampoline()61 if (pool_used + size > POOL_SIZE) in GetMemoryForTrampoline()
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 []()
17 POOL_SIZE = 32 variable169 thread_pool = pool.ThreadPool(POOL_SIZE)
167 driver.POOL_SIZE = 1183 driver.POOL_SIZE = 1
16 POOL_SIZE = 124 variable203 pool = multiprocessing.pool.ThreadPool(POOL_SIZE)