Lines Matching refs:DEBUG
62 inline int DEBUG = 0;
121 DEBUG ? printf("DEBUG availrmem %5d MB\n", this->availrmem) : 1;
122 DEBUG ? printf("DEBUG freemem %5d MB\n", this->freemem) : 1;
123 DEBUG ? printf("DEBUG ani_max %5d MB\n", this->ani_max) : 1;
124 DEBUG ? printf("DEBUG ani_phys_re %5d MB\n", this->ani_phys_resv) : 1;
125 DEBUG ? printf("DEBUG ani_mem_re %5d MB\n", this->ani_mem_resv) : 1;
126 DEBUG ? printf("DEBUG ani_locked %5d MB\n", this->ani_locked) : 1;
127 DEBUG ? printf("DEBUG reserve %5d MB\n", this->reserve) : 1;
128 DEBUG ? printf("\n") : 1;
147 DEBUG ? printf("\nNow run other commands for confirmation.\n") : 1;
148 ! DEBUG ? exit(0) : 1;