| /external/compiler-rt/lib/msan/ |
| msan_interceptors.cc | 743 INTERCEPTOR(void *, malloc, SIZE_T size) { 985 INTERCEPT_FUNCTION(malloc);
|
| /external/e2fsprogs/e2fsck/ |
| unix.c | 42 #include <malloc.h> 904 newpath = malloc(len); 906 fatal_error(ctx, "Couldn't malloc() newpath"); [all...] |
| /external/e2fsprogs/lib/ext2fs/ |
| ext2fs.h | [all...] |
| /external/e2fsprogs/misc/ |
| tune2fs.c | 907 buf = malloc(len+1); [all...] |
| /external/elfutils/tests/ |
| run-strings-test.sh | 137 testfile4: d10 malloc
|
| /external/icu4c/test/cintltst/ |
| cldrtest.c | [all...] |
| /external/icu4c/test/intltest/ |
| intltest.cpp | 637 baseNameBuffer = (char*)malloc(1024); [all...] |
| /external/iptables/iptables/ |
| xtoptions.c | 97 merge = malloc(sizeof(*mp) * (num_orig + num_old + num_new + 1)); 1103 lmap_this = malloc(sizeof(*lmap_this)); 1105 perror("malloc");
|
| /external/jhead/ |
| exif.c | [all...] |
| /external/libppp/src/ |
| physical.c | 180 p = (struct physical *)malloc(sizeof(struct physical)); 741 if ((iov[*niov].iov_base = malloc(sz)) == NULL) {
|
| radius.c | 217 if ((*buf = malloc(*len)) == NULL) { 235 s = malloc(ipv6len); [all...] |
| /external/libsepol/src/ |
| services.c | 1316 mysids = malloc(maxnel * sizeof(sepol_security_id_t)); 1356 malloc(maxnel * [all...] |
| /external/llvm/lib/Support/ |
| regcomp.c | 182 g = (struct re_guts *)malloc(sizeof(struct re_guts) + [all...] |
| /external/mdnsresponder/mDNSPosix/ |
| NetMonitor.c | 44 #include <stdlib.h> // For malloc() 423 *s = malloc(sizeof(ActivityStat)); [all...] |
| /external/netperf/ |
| nettest_bsd.c | 95 #include <malloc.h> 740 local_data_address = malloc(HOSTNAMESIZE); [all...] |
| /external/openssl/crypto/engine/ |
| eng_cryptodev.c | 938 b = malloc(bytes); 969 if ((pd = (u_int8_t *) malloc(bytes)) == NULL) [all...] |
| /external/qemu/slirp-android/ |
| slirp.c | 905 *ate = malloc(sizeof(**ate)); 908 "Unable to create new firewall record, malloc failed\n")); 1085 struct net_forward_entry *entry = malloc(sizeof(*entry)); 1087 DEBUG_MISC((dfd, "Unable to create new forwarding entry, malloc failed\n")); [all...] |
| /external/qemu/telephony/ |
| sms.c | [all...] |
| /external/skia/src/ports/ |
| SkFontHost_android.cpp | 696 malloc((names.count() + 1) * sizeof(char*)); 836 void* fontData = malloc(len); [all...] |
| /external/valgrind/main/drd/ |
| drd_bitmap.c | 36 #include "pub_tool_mallocfree.h" /* VG_(malloc), VG_(free) */ 60 = VG_(OSetGen_Create_With_Pool)(0, 0, VG_(malloc), "drd.bitmap.bn.2", 79 bm = VG_(malloc)("drd.bitmap.bn.1", sizeof(*bm)); [all...] |
| /external/valgrind/main/memcheck/tests/ |
| varinfo5.stderr.exp | 7 at 0x........: malloc (vg_replace_malloc.c:...)
|
| /external/webkit/Tools/android/flex-2.5.4a/ |
| initscan.c | [all...] |
| /external/webp/src/enc/ |
| vp8l.c | 113 (VP8LHistogram*)malloc(2 * sizeof(*predicted)); 645 VP8LHistogram* const histo = (VP8LHistogram*)malloc(sizeof(*histo)); [all...] |
| /external/wpa_supplicant_8/src/drivers/ |
| driver_madwifi.c | 971 buf = malloc(iwe->u.data.length + 1); 1099 bp = malloc(len); 1101 printf("EAPOL frame discarded, cannot malloc temp " [all...] |
| /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
| wpagui.cpp | 346 cfile = (char *) malloc(flen); 352 cfile = (char *) malloc(flen); [all...] |