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

/macosx-10.10/libauto-186/
H A DEnvironment.h59 static uint32_t exhaustive_collection_limit; // max # of full collections in an exhaustive collection member in class:Auto::Environment
H A DEnvironment.cpp51 uint32_t Environment::exhaustive_collection_limit; // max # of full collections in an exhaustive collection member in class:Auto::Environment
147 exhaustive_collection_limit = read_long("AUTO_EXHAUSTIVE_COLLECTION_LIMIT", 8);
H A Dauto_zone.cpp259 } while (stats.count() < count && ((Environment::exhaustive_collection_limit == 0) || (++collections < Environment::exhaustive_collection_limit)));

Completed in 82 milliseconds