Searched
refs:malloc (Results
2401 -
2425 of
2813) sorted by null
<<919293949596979899100>>
| /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/ |
| OMX_VideoEnc_Utils.h | 371 _p_ = (_c_*)malloc(_s_); \ 373 OMX_TRACE4(dbg, "malloc() error.\n"); \ 378 OMX_TRACE1(dbg, "malloc() -> %p\n", _p_); \ 388 OMX_TRACE4(dbg, "malloc() error.\n"); \
|
| /hardware/ti/omap4xxx/security/tee_client_api/ |
| tee_client_api_linux_driver.c | 713 pSignature = malloc(nSignatureSize);
|
| /ndk/sources/host-tools/sed-4.2.1/lib/ |
| regex_internal.h | 471 /* alloca is implemented with malloc, so just use malloc. */ 480 #define re_malloc(t,n) ((t *) malloc ((n) * sizeof (t)))
|
| /packages/apps/Camera/jni/feature_mos/src/mosaic/ |
| Delaunay.cpp | 197 if (!(sa = (CSite*) malloc(size))) {
|
| /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/ |
| Delaunay.cpp | 197 if (!(sa = (CSite*) malloc(size))) {
|
| /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
| Delaunay.cpp | 197 if (!(sa = (CSite*) malloc(size))) {
|
| /packages/apps/Nfc/nxp/jni/ |
| com_android_nfc_NativeNfcSecureElement.cpp | 652 transceive_info.sRecvData.buffer = (uint8_t*)malloc(1024);
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
| stdlib.h | 465 #endif /* don't just need malloc and calloc */ 471 extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur; 487 /* Free a block allocated by `malloc', `realloc' or `calloc'. */ 650 /* Return a malloc'd string containing the canonical absolute name of the 658 null, the result is malloc'd; otherwise, if the canonical name is 880 #endif /* don't just need malloc and calloc */
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
| stdlib.h | 465 #endif /* don't just need malloc and calloc */ 471 extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur; 487 /* Free a block allocated by `malloc', `realloc' or `calloc'. */ 650 /* Return a malloc'd string containing the canonical absolute name of the 658 null, the result is malloc'd; otherwise, if the canonical name is 880 #endif /* don't just need malloc and calloc */
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
| stdlib.h | 465 #endif /* don't just need malloc and calloc */ 471 extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur; 487 /* Free a block allocated by `malloc', `realloc' or `calloc'. */ 650 /* Return a malloc'd string containing the canonical absolute name of the 658 null, the result is malloc'd; otherwise, if the canonical name is 880 #endif /* don't just need malloc and calloc */
|
| /sdk/emulator/opengl/host/libs/libOpenglRender/ |
| FrameBuffer.cpp | 393 m_fbImage = (unsigned char*)malloc(4 * m_width * m_height);
|
| /system/core/adb/ |
| fdevent.c | 577 fdevent *fde = (fdevent*) malloc(sizeof(fdevent));
|
| /system/core/fastboot/ |
| engine.c | 240 buffer = malloc(size); 242 perror("malloc");
|
| /system/core/init/ |
| builtins.c | 673 if (!(buffer = malloc(info.st_size)))
|
| init.c | 106 char *entry = malloc(len);
|
| /system/core/liblog/ |
| logprint.c | 695 * Uses defaultBuffer if it can, otherwise malloc()'s a new buffer 697 * Returns NULL on malloc error 839 ret = (char *)malloc(bufferSize);
|
| /system/core/libsparse/ |
| output_file.c | 566 error_errno("malloc zero_buf"); 572 error_errno("malloc fill_buf"); 619 error_errno("malloc struct outgz"); 632 error_errno("malloc struct outn"); 650 error_errno("malloc struct outc"); 725 char *data = malloc(len);
|
| /system/core/logcat/ |
| logcat.cpp | 515 char* buf = (char*) malloc(strlen(LOG_FILE_DIR) + strlen(optarg) + 1);
|
| /system/core/sh/ |
| arith.c | 209 # define YYMALLOC malloc 212 /* The parser invokes alloca or malloc; define the necessary symbols. */ [all...] |
| /system/core/toolbox/ |
| top.c | 204 proc = malloc(sizeof(*proc));
|
| /system/extras/ext4_utils/ |
| make_ext4fs.c | 144 critical_error_errno("malloc"); 401 /* return a newly-malloc'd string that is a copy of str. The new string 422 ret = malloc(newlen + 1); 424 critical_error("malloc");
|
| /system/vold/ |
| CommandListener.cpp | 281 struct dirent *dent = (struct dirent *) malloc(dirent_len);
|
| /bionic/libc/upstream-netbsd/libc/regex/ |
| engine.c | 262 m->pmatch = (regmatch_t *)malloc((m->g->nsub + 1) * 275 m->lastpos = malloc((g->nplus+1) *
|
| /dalvik/vm/ |
| Init.cpp | 368 gDvm.jdwpHost = (char*) malloc(colon - value +1); 798 (AssertionControl*) malloc(sizeof(AssertionControl) * argc); [all...] |
| /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/ |
| mm_jpeg.c | 750 (mm_jpeg_job_q_node_t *)malloc(sizeof(mm_jpeg_job_q_node_t)); 879 node = (mm_jpeg_job_q_node_t *)malloc(sizeof(mm_jpeg_job_q_node_t)); [all...] |
Completed in 3071 milliseconds
<<919293949596979899100>>