emalloc 58 libs/gst/check/libcheck/check.c s = emalloc (sizeof (Suite)); /* freed in suite_free */
emalloc 86 libs/gst/check/libcheck/check.c TCase *tc = emalloc (sizeof (TCase)); /*freed in tcase_free */
emalloc 151 libs/gst/check/libcheck/check.c tf = emalloc (sizeof (TF)); /* freed in tcase_free */
emalloc 165 libs/gst/check/libcheck/check.c f = emalloc (sizeof (Fixture));
emalloc 260 libs/gst/check/libcheck/check.c SRunner *sr = emalloc (sizeof (SRunner)); /* freed in srunner_free */
emalloc 264 libs/gst/check/libcheck/check.c sr->stats = emalloc (sizeof (TestStats)); /* freed in srunner_free */
emalloc 367 libs/gst/check/libcheck/check.c tr = emalloc (sizeof (TestResult));
emalloc 30 libs/gst/check/libcheck/check_error.h void *emalloc(size_t n);
emalloc 58 libs/gst/check/libcheck/check_list.c lp = emalloc (sizeof (List));
emalloc 61 libs/gst/check/libcheck/check_list.c lp->data = emalloc (sizeof (lp->data[0]) * LINIT);
emalloc 103 libs/gst/check/libcheck/check_log.c Log *l = emalloc (sizeof (Log));
emalloc 177 libs/gst/check/libcheck/check_pack.c val = emalloc (strsz + 1);
emalloc 182 libs/gst/check/libcheck/check_pack.c val = emalloc (1);
emalloc 209 libs/gst/check/libcheck/check_pack.c *buf = ptr = emalloc (len);
emalloc 230 libs/gst/check/libcheck/check_pack.c *buf = ptr = emalloc (len);
emalloc 253 libs/gst/check/libcheck/check_pack.c *buf = ptr = emalloc (len);
emalloc 304 libs/gst/check/libcheck/check_pack.c *buf = emalloc (size);
emalloc 346 libs/gst/check/libcheck/check_pack.c rmsg->msg = emalloc (strlen (fmsg->msg) + 1);
emalloc 378 libs/gst/check/libcheck/check_pack.c rmsg = emalloc (sizeof (RcvMsg));
emalloc 414 libs/gst/check/libcheck/check_pack.c rmsg->test_file = emalloc (flen + 1);
emalloc 419 libs/gst/check/libcheck/check_pack.c rmsg->fixture_file = emalloc (flen + 1);
emalloc 352 libs/gst/check/libcheck/check_run.c char *msg = emalloc (sizeof ("Passed"));
emalloc 463 libs/gst/check/libcheck/check_run.c char *msg = emalloc (MSG_LEN); /* free'd by caller */
emalloc 478 libs/gst/check/libcheck/check_run.c char *msg = emalloc (MSG_LEN); /* free'd by caller */
emalloc 496 libs/gst/check/libcheck/check_run.c char *msg = emalloc (MSG_LEN); /* free'd by caller */
emalloc 86 libs/gst/check/libcheck/check_str.c p = emalloc (size);