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");
119 p = mallocx(1, MALLOCX_TCACHE_NONE);
148 free(mallocx(1, 0));
162 free(mallocx(1, 0));
169 free(mallocx(1, 0));
176 free(mallocx(1, 0));
184 free(mallocx(1, 0));
199 * Note that the "mallocx" here (vs. malloc) is important, since the
201 * free(mallocx(1)).
203 free(mallocx(1, 0));
218 free(mallocx(1, 0));
229 free(mallocx(1, 0));
239 free(mallocx(1, 0));
249 free(mallocx(1, 0));