Home
last modified time | relevance | path

Searched defs:POOL_SIZE (Results 1 – 6 of 6) sorted by relevance

/external/python/pycparser/tests/c_files/
Dmemmgr.h68 #define POOL_SIZE 8 * 1024 macro
/external/python/pycparser/examples/c_files/
Dmemmgr.h68 #define POOL_SIZE 8 * 1024 macro
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/framework/common/
Dtest_constants.py45 POOL_SIZE = 10 variable
/external/clang/lib/Sema/
DIdentifierResolver.cpp32 static const unsigned int POOL_SIZE = 512; member in IdentifierResolver::IdDeclInfoMap
/external/python/cpython2/Objects/
Dobmalloc.c227 #define POOL_SIZE SYSTEM_PAGE_SIZE /* must be 2^N */ macro
/external/python/cpython3/Objects/
Dobmalloc.c946 #define POOL_SIZE (1 << POOL_BITS) macro