HomeSort by relevance Sort by last modified time
    Searched refs:POOL_SIZE (Results 1 - 12 of 12) sorted by null

  /external/grpc-grpc/src/python/grpcio_tests/tests/unit/framework/common/
test_constants.py 45 POOL_SIZE = 10
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 227 #define POOL_SIZE SYSTEM_PAGE_SIZE /* must be 2^N */
345 #define NUMBLOCKS(I) ((uint)(POOL_SIZE - POOL_OVERHEAD) / INDEX2SIZE(I))
643 arenaobj->nfreepools = ARENA_SIZE / POOL_SIZE;
644 assert(POOL_SIZE * arenaobj->nfreepools == ARENA_SIZE);
648 arenaobj->pool_address += POOL_SIZE - excess;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 197 #define POOL_SIZE SYSTEM_PAGE_SIZE /* must be 2^N */
315 #define NUMBLOCKS(I) ((uint)(POOL_SIZE - POOL_OVERHEAD) / INDEX2SIZE(I))
600 arenaobj->nfreepools = ARENA_SIZE / POOL_SIZE;
601 assert(POOL_SIZE * arenaobj->nfreepools == ARENA_SIZE);
605 arenaobj->pool_address += POOL_SIZE - excess;
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 227 #define POOL_SIZE SYSTEM_PAGE_SIZE /* must be 2^N */
345 #define NUMBLOCKS(I) ((uint)(POOL_SIZE - POOL_OVERHEAD) / INDEX2SIZE(I))
643 arenaobj->nfreepools = ARENA_SIZE / POOL_SIZE;
644 assert(POOL_SIZE * arenaobj->nfreepools == ARENA_SIZE);
648 arenaobj->pool_address += POOL_SIZE - excess;
    [all...]
  /external/autotest/site_utils/
deploy_server.py 17 POOL_SIZE = 124
128 pool = ThreadPool(POOL_SIZE)
  /frameworks/base/apct-tests/perftests/core/src/android/os/
ParcelPerfTest.java 165 final int POOL_SIZE = 100;
166 for (int i = 0; i < POOL_SIZE; i++) {
  /external/clang/lib/Sema/
IdentifierResolver.cpp 32 static const unsigned int POOL_SIZE = 512;
41 IdDeclInfo Pool[POOL_SIZE];
48 IdDeclInfoMap() : CurPool(nullptr), CurIndex(POOL_SIZE) {}
399 if (CurIndex == POOL_SIZE) {
  /external/grpc-grpc/src/python/grpcio_tests/tests/unit/beta/
_beta_features_test.py 162 thread_pool_size=test_constants.POOL_SIZE)
180 thread_pool_size=test_constants.POOL_SIZE)
293 thread_pool_size=test_constants.POOL_SIZE)
303 thread_pool_size=test_constants.POOL_SIZE)
  /external/python/cpython3/Objects/
obmalloc.c 860 #define POOL_SIZE SYSTEM_PAGE_SIZE /* must be 2^N */
957 #define POOL_ADDR(P) ((poolp)_Py_ALIGN_DOWN((P), POOL_SIZE))
960 #define NUMBLOCKS(I) ((uint)(POOL_SIZE - POOL_OVERHEAD) / INDEX2SIZE(I))
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.13.0.v20180512-1138.jar 
  /external/cldr/tools/java/libs/
xercesImpl.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 708 milliseconds