| /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
| isacfix.c | 33 * Functions used when malloc is not allowed 46 * Functions used when malloc is not allowed 83 tempo = malloc(1 * sizeof(ISACFIX_SubStruct)); 116 ISAC_inst->ISACenc_obj.SaveEnc_ptr = malloc(1 * sizeof(ISAC_SaveEncData_t)); [all...] |
| /frameworks/base/core/jni/ |
| AndroidRuntime.cpp | 726 stackTraceFile = (char*) malloc(strlen(stfOptName) + [all...] |
| /frameworks/base/core/jni/android/opengl/ |
| util.cpp | 64 mData = malloc(size); 678 void* const data = malloc(imageSize);
|
| /frameworks/base/media/jni/audioeffect/ |
| android_media_AudioEffect.cpp | 549 p = (effect_param_t *) malloc(sizeof(effect_param_t) + voffset + vsize); 612 p = (effect_param_t *) malloc(sizeof(effect_param_t) + voffset + vsize);
|
| /frameworks/ex/variablespeed/jni/ |
| variablespeed.cc | 235 keyInfo = static_cast<SLMetadataInfo*>(malloc(keySize)); 241 value = static_cast<SLMetadataInfo*>(malloc(valueSize));
|
| /frameworks/native/opengl/libs/GLES_trace/src/ |
| gltrace_fixup.cpp | 322 name = (GLchar *) malloc(maxNameLength); 332 name = (GLchar *) malloc(maxNameLength); [all...] |
| /frameworks/wilhelm/tests/examples/ |
| slesTestDecodeAac.cpp | 443 char* outputPath = (char*) malloc(len + 4 + 1); // save room to concatenate ".raw" 688 keyInfo = (SLMetadataInfo*) malloc(keySize); [all...] |
| /ndk/sources/host-tools/make-3.81/ |
| file.c | 94 lname = (char *) malloc (strlen (name) + 1); 151 lname = (char *) malloc (strlen (name) + 1);
|
| /ndk/sources/host-tools/nawk-20071023/ |
| FIXES | 29 minor fix in lib.c: increase inputFS to 100, change malloc 92 call of SYNTAX(), test malloc return in lib.c, all with thanks to 342 easier to compile with C++. Added some casts on malloc 418 s/adelete/awkdelete/: SGI uses this in malloc.h. 619 malloc returned NULL in all cases. 772 to avoid repeated malloc calls. 841 Warning: there's no single declaration of malloc, etc., in awk.h 868 Added a few more checks for running out of malloc. 889 because it was freeing space not allocated by malloc. [all...] |
| /ndk/sources/host-tools/sed-4.2.1/lib/ |
| getopt.c | 113 that we can compare them later. But we must not use malloc(3). */ 170 char *new_str = malloc (top + 1); 277 (char *) malloc (d->__nonoption_flags_max_len);
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
| Xlibint.h | 328 * Note that some machines do not return a valid pointer for malloc(0), in 331 * Xlib code expects malloc(0) to return a valid pointer to storage. 335 # define Xmalloc(size) malloc(((size) == 0 ? 1 : (size))) 341 # define Xmalloc(size) malloc((size)) [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
| Xlibint.h | 328 * Note that some machines do not return a valid pointer for malloc(0), in 331 * Xlib code expects malloc(0) to return a valid pointer to storage. 335 # define Xmalloc(size) malloc(((size) == 0 ? 1 : (size))) 341 # define Xmalloc(size) malloc((size)) [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
| Xlibint.h | 328 * Note that some machines do not return a valid pointer for malloc(0), in 331 * Xlib code expects malloc(0) to return a valid pointer to storage. 335 # define Xmalloc(size) malloc(((size) == 0 ? 1 : (size))) 341 # define Xmalloc(size) malloc((size)) [all...] |
| /system/core/init/ |
| devices.c | 373 links = malloc(sizeof(char *) * 2); 433 char **links = malloc(sizeof(char *) * 4);
|
| /system/core/libpixelflinger/ |
| pixelflinger.cpp | 118 c->state.buffers.coverage = (int16_t*)malloc(surface->width * 2); 824 void* const base = malloc(sizeof(context_t) + 32);
|
| /system/media/camera/src/ |
| camera_metadata.c | 174 void *buffer = malloc(src_size); 192 void *buffer = malloc(memory_needed); [all...] |
| /device/ti/panda/audio/ |
| audio_hw.c | 701 struct buffer_remix *br = (struct buffer_remix *)malloc(sizeof(struct buffer_remix)); 717 in->buffer = malloc(in->config.period_size * br->sample_size * chans); [all...] |
| /external/chromium/third_party/libevent/ |
| http.c | 167 if (NULL == (ai->ai_addr = malloc(ai->ai_addrlen))) 285 p = escaped_html = malloc(new_size + 1); 287 event_err(1, "%s: malloc(%d)", __func__, new_size + 1); [all...] |
| /external/netperf/ |
| nettest_sctp.c | 45 #include <malloc.h> 381 /* of the transport. This buffer will be malloc'd after we have found */ [all...] |
| /external/qemu/ |
| vl-android.c | 123 #include <malloc.h> 162 #include <malloc.h> 166 #define memalign(align, size) malloc(size) [all...] |
| /frameworks/native/opengl/libagl/ |
| egl.cpp | 397 depth.data = (GGLubyte*)malloc(depth.stride*depth.height*2); 551 depth.data = (GGLubyte*)malloc(depth.stride*depth.height*2); 669 depth.data = (GGLubyte*)malloc(depth.stride*depth.height*2); 742 pbuffer.data = (GGLubyte*)malloc(size); 749 depth.data = (GGLubyte*)malloc(depth.stride*depth.height*2); [all...] |
| /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/ |
| ExynosVideoEncoder.c | 125 pCtx = (ExynosVideoEncContext *)malloc(sizeof(*pCtx)); 149 pMutex = (pthread_mutex_t *)malloc(sizeof(pthread_mutex_t)); 160 pMutex = (pthread_mutex_t *)malloc(sizeof(pthread_mutex_t)); [all...] |
| /external/valgrind/unittest/ |
| racecheck_unittest.cc | [all...] |
| /hardware/ril/libril/ |
| ril.cpp | [all...] |
| /bionic/libc/tzcode/ |
| localtime.c | [all...] |