Home | History | Annotate | Download | only in unit

Lines Matching defs:large

66 		    "nmalloc should be at least as large as ndalloc");
78 void *little, *large, *huge;
91 large = mallocx(large_maxclass, 0);
92 assert_ptr_not_null(large, "Unexpected mallocx() failure");
97 dallocx(large, 0);
182 "nmalloc should be at least as large as ndalloc");
210 assert_d_eq(mallctl("stats.arenas.0.large.allocated", &allocated, &sz,
213 assert_d_eq(mallctl("stats.arenas.0.large.nmalloc", &nmalloc, &sz,
215 assert_d_eq(mallctl("stats.arenas.0.large.ndalloc", &ndalloc, &sz,
217 assert_d_eq(mallctl("stats.arenas.0.large.nrequests", &nrequests, &sz,
226 "nmalloc should be at least as large as ndalloc");
268 "nmalloc should be at least as large as ndalloc");
328 "nmalloc should be at least as large as ndalloc");
382 "nmalloc should be at least as large as ndalloc");
424 "nmalloc should be at least as large as ndalloc");