Home | History | Annotate | Download | only in unit

Lines Matching defs:large

88 		    "nmalloc should be at least as large as ndalloc");
100 void *little, *large;
113 large = mallocx(arena_maxclass, 0);
114 assert_ptr_not_null(large, "Unexpected mallocx() failure");
141 dallocx(large, 0);
201 "nmalloc should be at least as large as ndalloc");
229 assert_d_eq(mallctl("stats.arenas.0.large.allocated", &allocated, &sz,
232 assert_d_eq(mallctl("stats.arenas.0.large.nmalloc", &nmalloc, &sz,
234 assert_d_eq(mallctl("stats.arenas.0.large.ndalloc", &ndalloc, &sz,
236 assert_d_eq(mallctl("stats.arenas.0.large.nrequests", &nrequests, &sz,
245 "nmalloc should be at least as large as ndalloc");
308 "nmalloc should be at least as large as ndalloc");
360 "nmalloc should be at least as large as ndalloc");