Searched
refs:malloc (Results
2126 -
2150 of
2813) sorted by null
<<81828384858687888990>>
| /external/elfutils/src/ |
| findtextrel.c | 315 = (struct segments *) malloc (nsegments_max * sizeof (segments[0]));
|
| /external/gtest/src/ |
| gtest-port.cc | 408 char* buffer = static_cast<char*>(malloc(len + 3));
|
| /external/harfbuzz_ng/src/ |
| hb-ft.cc | 301 buffer = (FT_Byte *) malloc (length);
|
| /external/icu4c/test/cintltst/ |
| ncnvtst.c | [all...] |
| /external/icu4c/test/perf/unisetperf/ |
| unisetperf.cpp | 69 utf8=(char *)malloc(utf8Length);
|
| /external/iproute2/tc/ |
| m_ematch.c | 448 tb = malloc((hdr->nmatches + 1) * sizeof(struct rtattr *));
|
| m_pedit.c | 111 p = malloc(sizeof(*p));
|
| /external/libpng/contrib/gregbook/ |
| rpng-win.c | 455 if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER) +
|
| /external/libppp/src/ |
| auth.c | 112 if ((*resp = malloc(sizeof(struct pam_response))) == NULL)
|
| chap_ms.c | 200 buf = malloc(2*LENGTH + 1);
|
| i4b.c | 386 if ((dev = malloc(sizeof *dev)) == NULL) {
|
| mbuf.c | 139 *mb = (struct mbucket *)malloc(BUCKET_CHUNK * size);
|
| nat_cmd.c | 545 if ((fptr = malloc(bp->m_len)) == NULL) {
|
| ncp.c | 101 ncp->cfg.urgent.tcp.port = (u_short *)malloc(NDEFTCPPORTS * sizeof(u_short));
|
| prompt.c | 316 struct prompt *p = (struct prompt *)malloc(sizeof(struct prompt));
|
| /external/libvpx/libvpx/third_party/googletest/src/src/ |
| gtest-port.cc | 408 char* buffer = static_cast<char*>(malloc(len + 3));
|
| /external/libvpx/libvpx/vpx_mem/ |
| vpx_mem_tracker.c | 43 #include <string.h> //VXWORKS doesn't have a malloc/memory.h file, 44 //this should pull in malloc,free,etc. 60 static mem_track_malloc_func g_malloc = malloc;
|
| /external/linux-tools-perf/util/scripting-engines/ |
| trace-event-perl.c | 352 command_line = malloc((argc + 2) * sizeof(const char *));
|
| /external/linux-tools-perf/util/ |
| trace-event-info.c | 111 data = malloc(size); 113 die("malloc");
|
| /external/llvm/utils/unittest/googletest/ |
| gtest-port.cc | 408 char* buffer = static_cast<char*>(malloc(len + 3));
|
| /external/mdnsresponder/mDNSPosix/ |
| Responder.c | 431 thisServ = (PosixService *) malloc(sizeof(*thisServ));
|
| /external/netperf/ |
| netserver.c | 814 program = (char *)malloc(strlen(argv[0]) + 1); 816 printf("malloc(%d) failed!\n", strlen(argv[0]) + 1);
|
| /external/open-vcdiff/gtest/src/ |
| gtest-port.cc | 397 char* buffer = static_cast<char*>(malloc(len + 3));
|
| /external/openssl/crypto/ |
| crypto.h | 264 * It used, it turns on malloc checking */ 272 * malloc checking functionality */ 333 * this is needed in Win32 where the application malloc and the 334 * library malloc may not be the same. 337 malloc, realloc, free)
|
| /external/openssl/include/openssl/ |
| crypto.h | 264 * It used, it turns on malloc checking */ 272 * malloc checking functionality */ 333 * this is needed in Win32 where the application malloc and the 334 * library malloc may not be the same. 337 malloc, realloc, free)
|
Completed in 1073 milliseconds
<<81828384858687888990>>