Searched
full:malloc (Results
376 -
400 of
6596) sorted by null
<<11121314151617181920>>
/external/llvm/test/Transforms/GlobalOpt/ |
2009-11-16-BrokenPerformHeapAllocSRoA.ll | 19 %4 = tail call i8* @malloc(i64 %3) ; <i8*> [#uses=1] 20 ; CHECK-NOT: call i8* @malloc(i64 26 declare noalias i8* @malloc(i64)
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
rbug_shader.c | 55 __data = (uint8_t*)MALLOC(__len); 95 __data = (uint8_t*)MALLOC(__len); 138 __data = (uint8_t*)MALLOC(__len); 183 __data = (uint8_t*)MALLOC(__len); 226 __data = (uint8_t*)MALLOC(__len); 273 __data = (uint8_t*)MALLOC(__len); 314 ret = MALLOC(sizeof(*ret)); 341 ret = MALLOC(sizeof(*ret)); 369 ret = MALLOC(sizeof(*ret)); 398 ret = MALLOC(sizeof(*ret)) [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_memory.h | 48 #define MALLOC(_size) os_malloc(_size) 56 #define MALLOC_STRUCT(T) (struct T *) MALLOC(sizeof(struct T)) 73 void *dup = MALLOC(size);
|
/external/mesa3d/src/gallium/tests/unit/ |
u_cache_test.c | 88 key = malloc(sizeof(cache_test_key)); 99 key = malloc(sizeof(cache_test_key)); 100 value_in = malloc(sizeof(cache_test_value));
|
/external/openssh/ |
xmalloc.c | 6 * Versions of malloc and friends that check their results, and never return 34 ptr = malloc(size); 67 new_ptr = malloc(new_size);
|
/external/pixman/demos/ |
alpha-test.c | 12 uint32_t *alpha = malloc (WIDTH * HEIGHT * 4); 13 uint32_t *dest = malloc (WIDTH * HEIGHT * 4); 14 uint32_t *src = malloc (WIDTH * HEIGHT * 4);
|
/external/stlport/stlport/stl/ |
_stdexcept_base.c | 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char))); 45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char))); 71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char))); 45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char))); 71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libmemusage.so | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libmemusage.so | |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char))); 45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char))); 71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char))); 45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char))); 71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char))); 45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char))); 71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char))); 45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char))); 71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_stdexcept_base.c | 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char))); 45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char))); 71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
|
/art/runtime/gc/accounting/ |
gc_allocator.cc | 27 return malloc(bytes);
|
/bionic/libc/bionic/ |
dlmalloc.h | 33 #include "../upstream-dlmalloc/malloc.h"
|
/device/asus/flo/conn_init/ |
wfc_util_fctrl.c | 39 pPrintBuff = malloc(length+1); 49 wfc_util_log_error("wfc_util_printf : can not malloc(%d)", (length+1)); 89 pBackupBuff = malloc(sz_backupBuff); 126 wfc_util_log_error("wfc_util_finsert_new_string : can not malloc(%d)", sz_backupBuff); 160 pNewReadBuff = malloc(sz_newReadBuff); 191 wfc_util_log_error("wfc_util_fupdate_string : can not malloc(%d)", (int)sz_newReadBuff); 219 pReadBuff = malloc(sz_file + 1); // null terminated 242 wfc_util_log_error("wfc_util_fset_buffer : can not malloc(%d)", (int)sz_file); 283 pReadBuff = malloc(sz_file + 1); // null terminated 316 wfc_util_log_error("wfc_util_fget_buffer : can not malloc(%d)", (int)sz_file) [all...] |
/device/lge/mako/conn_init/ |
wfc_util_fctrl.c | 39 pPrintBuff = malloc(length+1); 49 wfc_util_log_error("wfc_util_printf : can not malloc(%d)", (length+1)); 89 pBackupBuff = malloc(sz_backupBuff); 126 wfc_util_log_error("wfc_util_finsert_new_string : can not malloc(%d)", sz_backupBuff); 160 pNewReadBuff = malloc(sz_newReadBuff); 191 wfc_util_log_error("wfc_util_fupdate_string : can not malloc(%d)", (int)sz_newReadBuff); 219 pReadBuff = malloc(sz_file + 1); // null terminated 242 wfc_util_log_error("wfc_util_fset_buffer : can not malloc(%d)", (int)sz_file); 283 pReadBuff = malloc(sz_file + 1); // null terminated 316 wfc_util_log_error("wfc_util_fget_buffer : can not malloc(%d)", (int)sz_file) [all...] |
/external/chromium_org/base/process/ |
process_info_mac.cc | 25 proc(static_cast<struct kinfo_proc*>(malloc(len)));
|
/external/chromium_org/chrome/test/pyautolib/ |
argc_argv.i | 14 $2 = (char **) malloc(($1+1)*sizeof(char *));
|
/external/chromium_org/crypto/ |
capi_util.cc | 50 return malloc(size);
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_memory_shared.cc | 20 return malloc(num_bytes);
|
/external/chromium_org/third_party/icu/source/test/letest/ |
letest.h | 29 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type))
|
/external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-egl/ |
wayland-egl.c | 27 egl_window = malloc(sizeof *egl_window);
|
Completed in 3913 milliseconds
<<11121314151617181920>>