Searched
refs:malloc (Results
2526 -
2550 of
2813) sorted by null
<<101102103104105106107108109110>>
| /external/libvpx/libvpx/vp8/ |
| vp8_dx_iface.c | 109 mmap->priv = malloc(mmap->sz + align);
|
| /external/libvpx/libvpx/ |
| vpxdec.c | 330 MD5Context *md5_ctx = out = malloc(sizeof(MD5Context)); [all...] |
| /external/llvm/include/llvm/ADT/ |
| SmallVector.h | 273 T *NewElts = static_cast<T*>(malloc(NewCapacity*sizeof(T)));
|
| /external/llvm/lib/Analysis/ |
| MemoryBuiltins.cpp | 53 {LibFunc::malloc, MallocLike, 1, 0, -1}, 144 /// allocates or reallocates memory (either malloc, calloc, realloc, or strdup 152 /// NoAlias pointer (including malloc/calloc/realloc/strdup-like functions). 162 /// allocates uninitialized memory (such as malloc). 176 /// allocates memory (either malloc, calloc, or strdup like). 190 /// is a malloc call. Since CallInst::CreateMalloc() only creates calls, we 203 // The size of the malloc's result type must be known to determine array size. 212 // If malloc call's arg can be determined to be a multiple of ElementSize, 224 /// is a call to malloc whose array size can be determined and the array size 236 // CI is a non-array malloc or we can't figure out that it is an array malloc [all...] |
| /external/open-vcdiff/src/ |
| vcencoder_test.cc | 37 #include <malloc.h> [all...] |
| /external/opencv/cxcore/include/ |
| cxmisc.h | 127 #include <malloc.h> [all...] |
| /external/openssl/crypto/bn/ |
| bn_exp.c | 118 # include <malloc.h>
|
| /external/ping/ |
| ping.c | 529 if (!(packet = (u_char *)malloc((u_int)packlen))) { [all...] |
| /external/ppp/pppd/ |
| chap_ms.c | 386 msg = malloc(len + 1);
|
| /external/ppp/pppd/plugins/radius/ |
| radius.c | 185 struct avpopt *p = malloc(sizeof(struct avpopt)); [all...] |
| /external/ppp/pppd/plugins/rp-pppoe/ |
| if.c | 377 if (!(bpfBuffer = (unsigned char *) malloc(bpfLength))) { 378 rp_fatal("malloc");
|
| /external/qemu/android/camera/ |
| camera-service.c | 166 * malloc. The caller is responsible for freeing string buffer returned in [all...] |
| /external/qemu/android/ |
| main-common.c | 719 base = malloc( layout_size+1 ); [all...] |
| /external/qemu/hw/ |
| goldfish_pipe.c | 600 pipe->buffer = malloc(pipe->size); [all...] |
| /external/qemu/slirp/ |
| tcp_subr.c | 183 tp = (struct tcpcb *)malloc(sizeof(*tp)); [all...] |
| /external/qemu/slirp-android/ |
| tcp_subr.c | 185 tp = (struct tcpcb *)malloc(sizeof(*tp));
|
| /external/quake/quake/src/QW/client/ |
| cl_parse.c | 490 upload_data = malloc(size);
|
| vid_x.c | 258 malloc(mem),
|
| /external/quake/quake/src/WinQuake/ |
| vid_x.cpp | 337 malloc(mem),
|
| /external/skia/legacy/src/core/ |
| SkRegion.cpp | 181 char* result = (char*)malloc(max); [all...] |
| /external/tcpdump/ |
| print-decnet.c | 862 str = (char *)malloc(siz = sizeof("00.0000")); 864 error("dnnum_string: malloc");
|
| print-ppp.c | 1273 b = (u_int8_t *)malloc(length); [all...] |
| /external/v8/src/ |
| platform-linux.cc | 483 char* lib_name = reinterpret_cast<char*>(malloc(kLibNameLen)); [all...] |
| platform-openbsd.cc | 285 char* lib_name = reinterpret_cast<char*>(malloc(kLibNameLen));
|
| /external/v8/test/cctest/ |
| test-disasm-arm.cc | 78 byte *buffer = reinterpret_cast<byte*>(malloc(4*1024)); \
|
Completed in 2028 milliseconds
<<101102103104105106107108109110>>