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

<<11121314151617181920>>

  /frameworks/rs/cpp/
ScriptC.cpp 20 #include <malloc.h>
  /hardware/ti/omap4xxx/
Android.mk 10 OMAP4_DEBUG_LDFLAGS:= $(foreach f, $(strip malloc realloc calloc free), -Wl,--wrap=$(f))
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
malloc.h 36 extern __mallocfunc void* malloc(size_t);
75 p = malloc(n);
85 number of bytes allocated via malloc (or realloc, etc) but not yet
94 (normally sbrk) outside of malloc.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
malloc_allocator.h 1 // Allocator that wraps "C" malloc -*- C++ -*-
44 * @brief An allocator that uses malloc.
48 * - all allocation calls malloc
90 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp)));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/gconv/
UNICODE.so 
UTF-16.so 
UTF-32.so 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libXau.so.6 
libXau.so.6.0 
libXau.so.6.0.0 
libXdamage.so.1 
libXdamage.so.1.1 
libXdamage.so.1.1.0 
libXfixes.so.3 
libXfixes.so.3.1 
libXfixes.so.3.1.0 
libutil-2.7.so 
libutil.so 
libutil.so.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
malloc_allocator.h 1 // Allocator that wraps "C" malloc -*- C++ -*-
46 * @brief An allocator that uses malloc.
50 * - all allocation calls malloc
92 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp)));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/gconv/
UNICODE.so 
UTF-16.so 
UTF-32.so 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libXau.so.6 
libXau.so.6.0 

Completed in 1187 milliseconds

<<11121314151617181920>>