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

<<21222324252627282930>>

  /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 
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/x86_64-linux-glibc2.7-4.6/x86_64-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/ndk/4/platforms/android-3/arch-arm/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/ndk/4/platforms/android-4/arch-arm/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/ndk/4/platforms/android-5/arch-arm/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/ndk/4/platforms/android-5/arch-x86/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/ndk/4/platforms/android-8/arch-arm/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/ndk/4/platforms/android-8/arch-x86/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/ndk/5/platforms/android-3/arch-arm/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/ndk/5/sources/cxx-stl/gnu-libstdc++/include/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)));

Completed in 3039 milliseconds

<<21222324252627282930>>