Searched refs:guard_pages (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/libauto-186/
H A DLarge.cpp70 if (Environment::guard_pages) {
86 if (Environment::guard_pages) {
106 if (Environment::guard_pages) {
H A DEnvironment.h53 static bool guard_pages; // create guard pages for blocks >= page_size member in class:Auto::Environment
H A DEnvironment.cpp45 bool Environment::guard_pages; // create guard pages for all small/medium blocks. member in class:Auto::Environment
141 guard_pages = read_bool("AUTO_USE_GUARDS", false, "Guard pages are enabled. Application will be slower and use more memory. Buffer overruns in the Auto zone will be caught.");
H A DAdmin.cpp455 if (Environment::guard_pages) {
648 if (Environment::guard_pages) return 0;
906 if (!Environment::guard_pages) {

Completed in 87 milliseconds