/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | check_pack.c | 186 val = (char *) emalloc (strsz + 1); in upack_str() 191 val = (char *) emalloc (1); in upack_str() 218 *buf = ptr = (char *) emalloc (len); in pack_ctx() 239 *buf = ptr = (char *) emalloc (len); in pack_duration() 260 *buf = ptr = (char *) emalloc (len); in pack_loc() 283 *buf = ptr = (char *) emalloc (len); in pack_fail() 412 rmsg = (RcvMsg *) emalloc (sizeof (RcvMsg)); in rcvmsg_create() 465 buf = (char *) emalloc (CK_MAX_MSG_SIZE); in punpack()
|
D | check.c | 72 s = (Suite *) emalloc (sizeof (Suite)); /* freed in suite_free */ in suite_create() 122 TCase *tc = (TCase *) emalloc (sizeof (TCase)); /*freed in tcase_free */ in tcase_create() 258 tf = (TF *) emalloc (sizeof (TF)); /* freed in tcase_free */ in _tcase_add_test() 273 f = (Fixture *) emalloc (sizeof (Fixture)); in fixture_create() 401 SRunner *sr = (SRunner *) emalloc (sizeof (SRunner)); /* freed in srunner_free */ in srunner_create() 406 sr->stats = (TestStats *) emalloc (sizeof (TestStats)); /* freed in srunner_free */ in srunner_create() 482 (TestResult **) emalloc (sizeof (trarray[0]) * in srunner_failures() 505 (TestResult **) emalloc (sizeof (trarray[0]) * srunner_ntests_run (sr)); in srunner_results() 526 tr = (TestResult *) emalloc (sizeof (TestResult)); in tr_create()
|
D | check_list.c | 60 lp = (List *) emalloc (sizeof (List)); in check_list_create() 63 lp->data = (void **) emalloc (sizeof (lp->data[0]) * LINIT); in check_list_create()
|
D | check_error.h | 37 void *emalloc (size_t n);
|
D | check_error.c | 60 emalloc (size_t n) in emalloc() function
|
D | check_str.c | 87 p = (char *) emalloc (size); in ck_strdup_printf()
|
D | check_run.c | 596 char *msg = (char *) emalloc (MSG_LEN); /* free'd by caller */ in signal_msg() 612 char *msg = (char *) emalloc (MSG_LEN); /* free'd by caller */ in signal_error_msg() 632 char *msg = (char *) emalloc (MSG_LEN); /* free'd by caller */ in exit_msg()
|
D | check_log.c | 124 Log *l = (Log *) emalloc (sizeof (Log)); in srunner_register_lfun()
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | def.c | 76 EnumValueDescriptor *intern = emalloc(sizeof(EnumValueDescriptor)); in EnumValueDescriptor_Make() 139 EnumDescriptor* ret = emalloc(sizeof(EnumDescriptor)); in EnumDescriptor_FromClassEntry() 252 OneofDescriptor* ret = emalloc(sizeof(OneofDescriptor)); in OneofDescriptor_FromOneofDef() 344 FieldDescriptor* ret = emalloc(sizeof(FieldDescriptor)); in FieldDescriptor_FromFieldDef() 521 Descriptor* ret = emalloc(sizeof(Descriptor)); in Descriptor_FromClassEntry() 549 Descriptor* ret = emalloc(sizeof(Descriptor)); in Descriptor_GetFromMessageDef() 733 DescriptorPool *intern = emalloc(sizeof(DescriptorPool)); in DescriptorPool_create()
|
D | array.c | 73 RepeatedField *intern = emalloc(sizeof(RepeatedField)); in RepeatedField_create() 119 RepeatedField *intern = emalloc(sizeof(RepeatedField)); in RepeatedField_GetPhpWrapper() 449 RepeatedFieldIter *intern = emalloc(sizeof(RepeatedFieldIter)); in RepeatedFieldIter_create()
|
D | arena.c | 50 Arena *intern = emalloc(sizeof(Arena)); in Arena_Create()
|
D | map.c | 70 MapField *intern = emalloc(sizeof(MapField)); in MapField_create() 117 MapField *intern = emalloc(sizeof(MapField)); in MapField_GetPhpWrapper() 430 MapFieldIter *intern = emalloc(sizeof(MapFieldIter)); in MapFieldIter_create()
|
D | message.c | 70 Message *intern = emalloc(sizeof(Message)); in Message_create() 317 Message *intern = emalloc(sizeof(Message)); in Message_GetPhpWrapper()
|
/third_party/tzdata/ |
D | zic.c | 459 emalloc(size_t size) in emalloc() function 1005 dst = emalloc(dirlen + prefixlen + suffixlen + 1); in random_dirent() 1092 f = result = emalloc(linksize); in relname() 1106 result = emalloc(dotdotetcsize); in relname() 2035 zic_t *ats = emalloc(align_to(size_product(nats, sizeof *ats + 1), in writezone() 2773 startbuf = emalloc(max_abbr_len + 1); in outzone() 2774 ab = emalloc(max_abbr_len + 1); in outzone() 2775 envvar = emalloc(max_envvar_len + 1); in outzone() 3356 array = emalloc(size_product(strlen(cp) + 1, sizeof *array)); in getfields()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 443 #define emalloc(size) memcheck(malloc(size)) macro 1608 zic_t *ats = emalloc(size_product(timecnt, sizeof *ats + 1)); in writezone() 2248 startbuf = emalloc(max_abbr_len + 1); in outzone() 2249 ab = emalloc(max_abbr_len + 1); in outzone() 2250 envvar = emalloc(max_envvar_len + 1); in outzone() 2920 array = emalloc(size_product(strlen(cp) + 1, sizeof *array)); in getfields()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 443 #define emalloc(size) memcheck(malloc(size)) macro 1608 zic_t *ats = emalloc(size_product(timecnt, sizeof *ats + 1)); in writezone() 2248 startbuf = emalloc(max_abbr_len + 1); in outzone() 2249 ab = emalloc(max_abbr_len + 1); in outzone() 2250 envvar = emalloc(max_envvar_len + 1); in outzone() 2920 array = emalloc(size_product(strlen(cp) + 1, sizeof *array)); in getfields()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 443 #define emalloc(size) memcheck(malloc(size)) macro 1608 zic_t *ats = emalloc(size_product(timecnt, sizeof *ats + 1)); in writezone() 2248 startbuf = emalloc(max_abbr_len + 1); in outzone() 2249 ab = emalloc(max_abbr_len + 1); in outzone() 2250 envvar = emalloc(max_envvar_len + 1); in outzone() 2920 array = emalloc(size_product(strlen(cp) + 1, sizeof *array)); in getfields()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | netbsd.txt | 1189 emalloc
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 2911 pub fn emalloc(n: ::size_t) -> *mut ::c_void; in emalloc() function
|