Searched
refs:malloc (Results
826 -
850 of
2813) sorted by null
<<31323334353637383940>>
| /frameworks/av/media/libmedia/ |
| IEffect.cpp | 154 cmd = (char *)malloc(cmdSize); 161 resp = (char *)malloc(replySize);
|
| /frameworks/native/opengl/tests/gl2_jni/jni/ |
| gl_code.cpp | 48 char* buf = (char*) malloc(infoLen); 87 char* buf = (char*) malloc(bufLength);
|
| /frameworks/native/opengl/tests/gldual/jni/ |
| gl_code.cpp | 48 char* buf = (char*) malloc(infoLen); 87 char* buf = (char*) malloc(bufLength);
|
| /ndk/sources/cxx-stl/gabi++/include/ |
| cstdlib | 91 using ::malloc;
|
| /ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/ |
| test_allocator.h | 54 return (pointer)std::malloc(n * sizeof(T)); 120 {return (T*)std::malloc(n * sizeof(T));}
|
| /ndk/sources/cxx-stl/system/include/ |
| cstdlib | 91 using ::malloc;
|
| /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/ |
| Renderer.cpp | 49 char* buf = (char*) malloc(infoLen); 98 char* buf = (char*) malloc(bufLength);
|
| /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic_renderer/ |
| Renderer.cpp | 49 char* buf = (char*) malloc(infoLen); 98 char* buf = (char*) malloc(bufLength);
|
| /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
| Renderer.cpp | 49 char* buf = (char*) malloc(infoLen); 98 char* buf = (char*) malloc(bufLength);
|
| /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
| cstdlib | 88 using ::malloc;
|
| /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
| cstdlib | 88 using ::malloc;
|
| /prebuilts/ndk/5/sources/cxx-stl/system/include/ |
| cstdlib | 92 using ::malloc;
|
| /prebuilts/ndk/6/sources/cxx-stl/system/include/ |
| cstdlib | 92 using ::malloc;
|
| /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/ |
| cstdlib | 92 using ::malloc;
|
| /prebuilts/ndk/7/sources/cxx-stl/system/include/ |
| cstdlib | 92 using ::malloc;
|
| /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/ |
| cstdlib | 92 using ::malloc;
|
| /prebuilts/ndk/8/sources/cxx-stl/system/include/ |
| cstdlib | 92 using ::malloc;
|
| /system/core/libzipfile/ |
| zipfile.c | 14 Zipfile *file = malloc(sizeof(Zipfile)); 67 char* s = malloc(l+1);
|
| /external/stlport/src/c_locale_win32/ |
| c_locale_win32.c | 314 _Locale_ctype_t *ltype = (_Locale_ctype_t*)malloc(sizeof(_Locale_ctype_t)); 349 wbuffer = (wchar_t*)malloc(BufferSize * sizeof(wchar_t)); 365 wbuffer = (wchar_t*)malloc(BufferSize * sizeof(wchar_t)); 392 _Locale_numeric_t *lnum = (_Locale_numeric_t*)malloc(sizeof(_Locale_numeric_t)); 412 GroupingBuffer = (char*)malloc(BufferSize); 419 lnum->grouping = (char*)malloc(1); 719 _Locale_time_t *ltime = (_Locale_time_t*)malloc(sizeof(_Locale_time_t)); 734 ltime->month[month - LOCALE_SMONTHNAME1] = (char*)malloc(size); 742 ltime->abbrev_month[month - LOCALE_SABBREVMONTHNAME1] = (char*)malloc(size); 751 ltime->dayofweek[dayindex] = (char*)malloc(size) [all...] |
| /external/valgrind/main/massif/tests/ |
| long-time.post.exp | 40 100.00% (2,300,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 56 100.00% (900,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 85 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 96 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 107 100.00% (2,300,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 122 100.00% (1,900,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 137 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 151 100.00% (900,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 169 100.00% (1,100,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 187 100.00% (900,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc [all...] |
| /ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
| c_locale_win32.c | 314 _Locale_ctype_t *ltype = (_Locale_ctype_t*)malloc(sizeof(_Locale_ctype_t)); 349 wbuffer = (wchar_t*)malloc(BufferSize * sizeof(wchar_t)); 365 wbuffer = (wchar_t*)malloc(BufferSize * sizeof(wchar_t)); 392 _Locale_numeric_t *lnum = (_Locale_numeric_t*)malloc(sizeof(_Locale_numeric_t)); 412 GroupingBuffer = (char*)malloc(BufferSize); 419 lnum->grouping = (char*)malloc(1); 719 _Locale_time_t *ltime = (_Locale_time_t*)malloc(sizeof(_Locale_time_t)); 734 ltime->month[month - LOCALE_SMONTHNAME1] = (char*)malloc(size); 742 ltime->abbrev_month[month - LOCALE_SABBREVMONTHNAME1] = (char*)malloc(size); 751 ltime->dayofweek[dayindex] = (char*)malloc(size) [all...] |
| /bionic/libc/bionic/ |
| scandir.cpp | 82 dirent* copy = (dirent*) malloc(size);
|
| /dalvik/libdex/ |
| DexDataMap.cpp | 44 map = (DexDataMap*) malloc(size);
|
| /dalvik/vm/native/ |
| dalvik_system_DexFile.cpp | 43 u1* pDexMemory; // malloc()ed memory, if any 212 pDexOrJar = (DexOrJar*) malloc(sizeof(DexOrJar)); 219 pDexOrJar = (DexOrJar*) malloc(sizeof(DexOrJar)); 265 pBytes = (u1*) malloc(length); 282 pDexOrJar = (DexOrJar*) malloc(sizeof(DexOrJar));
|
| /development/ndk/sources/android/libportable/arch-mips/ |
| filefd.c | 87 * malloc to avoid overrunning the stack. 118 type_env_allocated = malloc(max_env_size); 119 fd_env_allocated = malloc(max_env_size); 257 fd_env_allocated = malloc(strlen(fd_env)+1); 259 ALOGE("%s: fd_env_allocated = NULL; malloc failed", __func__); 278 type_env_allocated = malloc(strlen(type_env)+1); 280 ALOGE("%s: type_env_allocated = NULL; malloc failed", __func__);
|
Completed in 2009 milliseconds
<<31323334353637383940>>