Home | History | Annotate | Download | only in testing

Lines Matching defs:usage

101     int usage;
111 usage = m.HeapGrowth();
117 // limit, progusage, dfamem, usage);
118 CHECK_GT(usage, limit*9/10);
119 CHECK_LT(usage, limit + (16<<10)); // 16kB of slop okay
201 int64 usage;
220 usage = m.HeapGrowth();
228 //LOG(INFO) << "usage " << usage << " " << peak_usage;
229 CHECK_LT(usage, 1<<n);