HomeSort by relevance Sort by last modified time
    Searched refs:malloc (Results 2301 - 2325 of 2813) sorted by null

<<919293949596979899100>>

  /dalvik/vm/compiler/codegen/mips/
Assemble.cpp     [all...]
  /external/harfbuzz/src/
harfbuzz-shaper.cpp     [all...]
  /external/icu4c/test/intltest/
testidna.cpp 429 transOut = (UChar*) malloc(U_SIZEOF_UCHAR * transOutLength);
437 prepOut = (UChar*) malloc(U_SIZEOF_UCHAR * prepOutLength);
466 tSrc =(UChar*) malloc( U_SIZEOF_UCHAR * tSrcLen );
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 1166 lclptr = (struct state *) malloc(sizeof *lclptr);
1197 lclptr = (struct state *) malloc(sizeof *lclptr);
    [all...]
  /external/iptables/iptables/
xtables.c 117 merge = malloc(sizeof(*mp) * (num_oold + num_old + num_new + 1));
276 if ((p = malloc(size)) == NULL) {
277 perror("ip[6]tables: malloc failed");
311 ret = malloc(PROCFILE_BUFSIZ);
    [all...]
  /external/libpcap/
optimize.c     [all...]
  /external/libppp/src/
datalink.c 796 dl = (struct datalink *)malloc(sizeof(struct datalink));
876 dl = (struct datalink *)malloc(sizeof(struct datalink));
    [all...]
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c 839 intf = (PosixNetworkInterface*)malloc(sizeof(*intf));
    [all...]
  /external/netperf/
nettest_sdp.c 41 #include <malloc.h>
214 /* of the transport. This buffer will be malloc'd after we have found */
914 /* of the transport. This buffer will be malloc'd after we have found */
    [all...]
nettest_unix.c 62 #include <malloc.h>
246 /* of the transport. This buffer will be malloc'd after we have found */
    [all...]
  /external/qemu/android/
hw-qemud.c     [all...]