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

/macosx-10.10.1/libauto-186/
H A DEnvironment.cpp67 // read_long
73 long Environment::read_long(const char *var, long default_value, const char *msg) { function in class:Auto::Environment
142 dirty_all_deleted = read_bool("AUTO_DIRTY_ALL_DELETED", false, "Deleted objects will be dirtied by the collector (similar to MallocScribble).") || read_long("MallocScribble", false, "Deleted objects will be dirtied by the collector.");
147 exhaustive_collection_limit = read_long("AUTO_EXHAUSTIVE_COLLECTION_LIMIT", 8);
149 default_duty_cycle = (double)read_long("AUTO_DUTY_CYCLE", 25) / 100.0;
H A DEnvironment.h80 // read_long
86 static long read_long(const char *var, long default_value, const char *msg = NULL);
H A Dauto_zone.cpp781 azone->control.collection_threshold = (size_t)Environment::read_long("AUTO_COLLECTION_THRESHOLD", 1024L * 1024L);
782 azone->control.full_vs_gen_frequency = Environment::read_long("AUTO_COLLECTION_RATIO", 10);

Completed in 90 milliseconds