HomeSort by relevance Sort by last modified time
    Searched full:malloc (Results 451 - 475 of 4430) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
types.h 59 #include <stdlib.h> /* For malloc decl. */
60 #define mem_alloc(bsize) malloc(bsize)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
mcheck.h 39 before `malloc' is ever called. ABORTFUNC is called with an error code
51 /* Check for aberrations in a particular malloc'd block. You must have
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
types.h 59 #include <stdlib.h> /* For malloc decl. */
60 #define mem_alloc(bsize) malloc(bsize)
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/lib/
libstdc++.so 
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/lib/
libstdc++.so 
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/sdk/renderscript/clang-include/
mm_malloc.h 30 #include <malloc.h>
49 return malloc(size);
  /system/core/include/cutils/
logprint.h 126 * Uses defaultBuffer if it can, otherwise malloc()'s a new buffer
128 * Returns NULL on malloc error
  /system/core/libnl_2/
socket.c 21 #include <malloc.h>
40 sk = (struct nl_sock *) malloc(sizeof(struct nl_sock));
  /external/icu4c/test/cintltst/
cnmdptst.c 87 unewp=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
101 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
139 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
168 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
253 upat=(UChar*)malloc(sizeof(UChar) * (strlen(pat[p])+1) );
270 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
302 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
348 pattern=(UChar*)malloc(sizeof(UChar) * (strlen("*#,##0.00;-*#,##0.00") + 1) );
359 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
369 pat=(UChar*)malloc(sizeof(UChar) * (lneed+1) )
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 31 #include <malloc.h>
83 void *res = malloc/**/(size); break_optimization(0); return res;}
150 // fprintf(stderr, "malloc:\n");
151 int *a = (int*)malloc(100 * sizeof(int));
156 int *r = (int*)malloc(10);
292 void *p = malloc(alloc_size);
362 EXPECT_EQ(0, malloc(size));
363 EXPECT_EQ(0, malloc(~Ident(0)));
413 EXPECT_DEATH(Ident((char*)malloc(size))[-1] = 0, buff);
427 // (the libSystem malloc() allows allocating up to 2300 megabytes withou
    [all...]
  /bionic/libc/bionic/
sched_cpualloc.c 34 return (cpu_set_t*) malloc(CPU_ALLOC_SIZE(count));
  /bionic/libc/string/
strndup.c 38 copy = malloc(n+1);
  /bionic/libc/unistd/
opendir.c 53 DIR* dir = malloc(sizeof(DIR));
77 DIR* dir = malloc(sizeof(DIR));
245 malloc(sizeof(struct dirent *)*de_list_size);
262 de = (struct dirent *) malloc(sizeof(struct dirent));
  /bionic/libc/wchar/
wcsdup.c 40 if ((copy = malloc(len * sizeof(wchar_t))) == NULL)
  /development/tools/elftree/
elftree.c 75 struct seen *s = malloc(sizeof(*s));
76 s->name = malloc(strlen(name) + 1);
99 struct search_dir *dir = malloc(sizeof(*dir));
100 dir->path = malloc(strlen(path) + 1);
  /device/moto/stingray/ril/
libmoto_db_ril.so 
libmoto_rds_ril.so 
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Memory.c 44 return (OMX_PTR)malloc(size);
  /external/antlr/antlr-3.4/runtime/C/
configure.ac 153 AC_CHECK_HEADERS([sys/malloc.h malloc.h], [], [],
155 #include <sys/malloc.h>
158 #include <malloc.h>

Completed in 1158 milliseconds

<<11121314151617181920>>