Home | History | Annotate | Download | only in unit

Lines Matching refs:mallocx

40 		void *p = mallocx(1, 0);
41 expect_ptr_not_null(p, "Unexpeced mallocx() failure");
118 p = mallocx(1, MALLOCX_TCACHE_NONE);
202 free(mallocx(1, 0));
216 free(mallocx(1, 0));
223 free(mallocx(1, 0));
230 free(mallocx(1, 0));
238 free(mallocx(1, 0));
253 * Note that the "mallocx" here (vs. malloc) is important, since the
255 * free(mallocx(1)).
257 free(mallocx(1, 0));
272 free(mallocx(1, 0));
283 free(mallocx(1, 0));
293 free(mallocx(1, 0));
303 free(mallocx(1, 0));