HomeSort by relevance Sort by last modified time
    Searched full:malloc (Results 926 - 950 of 6596) sorted by null

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libanl.so.1 
libmenu.so 
libmenu.so.5 
libmenu.so.5.6 
libnss_compat-2.7.so 
libnss_compat.so 
libnss_compat.so.2 
libnss_hesiod-2.7.so 
libnss_hesiod.so 
libnss_hesiod.so.2 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
execinfo.h 32 malloc()ed memory block. */
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_tempbuf.c 43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp));
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_tempbuf.c 43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp));
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_tempbuf.c 43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp));
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_tempbuf.c 43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp));
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_tempbuf.c 43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp));
  /system/core/include/cutils/
misc.h 24 /* Load an entire file into a malloc'd chunk of memory
  /system/core/libcutils/
load_file.c 37 data = (char*) malloc(sz + 1);
native_handle.c 30 native_handle_t* h = malloc(
strdup16to8.c 43 * dst = malloc(strnlen16to8(utf16,len)+1)
47 * when it detects one. A careless user will try to malloc
113 * its malloc(SIZE_MAX) in case of overflow.
161 ret = malloc(len + 1);
  /system/core/toolbox/
rmmod.c 5 #include <malloc.h>
  /system/security/keystore/include/keystore/
keystore_get.h 30 * length. The third argument is a pointer to an array that will be malloc()
  /external/chromium_org/base/allocator/
allocator_shim.cc 15 // of inlining that we get with malloc/free/etc. Disabling makes it
30 // If flag is 0 (default), calls to malloc will behave normally.
31 // If flag is 1, calls to malloc will behave like calls to new,
119 void* malloc(size_t size) __THROW {
166 // Webkit is brittle for allocators that return NULL for malloc(0). The
168 // to call malloc for this case.
170 return malloc(size);
  /external/chromium_org/base/
security_unittest.cc 65 if (g_slice && !strcmp(g_slice, "always-malloc"))
94 printf("Malloc is dynamically bypassed: %s\n",
106 HideValueFromCompiler(malloc(kTooBigAllocSize))));
121 char* orig_ptr = static_cast<char*>(malloc(1));
261 // Check that malloc() returns an address that is neither the kernel's
262 // un-hinted mmap area, nor the current brk() area. The first malloc() may
279 static_cast<char*>(malloc(kAllocSize)));
  /external/llvm/docs/HistoricalNotes/
2001-02-09-AdveCommentsResponse.txt 93 > I still have some major concerns about including malloc and free in the
98 malloc/free are either built in functions or actual opcodes. They provide
103 implementation may want to override the default malloc/free behavior of
104 the program. To do this, they simply implement a "malloc" and
106 defined malloc/free function (which return/take void*'s, not type'd
108 fall back on a system malloc/free.
116 > problems with malloc listed above.

Completed in 754 milliseconds

<<31323334353637383940>>