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

<<31323334353637383940>>

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
auto_ptr.pass.cpp 25 return std::malloc(s);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_new.h 25 // new.h uses ::malloc ;(
27 using _STLP_VENDOR_CSTD::malloc;
  /ndk/tests/device/test-stlport_shared-exception/jni/
new1_3.cpp 73 return malloc(s);
  /ndk/tests/device/test-stlport_static-exception/jni/
new1_3.cpp 73 return malloc(s);
  /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/include/
malloc.h 1 /* Prototypes and definition for malloc implementation.
50 extern void *malloc __MALLOC_P ((size_t __size)) __attribute_malloc__ __wur;
64 /* Free a block allocated by `malloc', `realloc' or `calloc'. */
114 # define M_NLBLKS 2 /* UNUSED in this malloc */
117 # define M_GRAIN 3 /* UNUSED in this malloc */
120 # define M_KEEP 4 /* UNUSED in this malloc */
145 /* Record the state of all malloc variables in an opaque data structure. */
148 /* Restore the state of all malloc variables from data obtained with
152 /* Called once when malloc is initialized; redefining this variable in
174 #endif /* malloc.h *
    [all...]
  /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/include/
malloc.h 1 /* Prototypes and definition for malloc implementation.
50 extern void *malloc __MALLOC_P ((size_t __size)) __attribute_malloc__ __wur;
64 /* Free a block allocated by `malloc', `realloc' or `calloc'. */
114 # define M_NLBLKS 2 /* UNUSED in this malloc */
117 # define M_GRAIN 3 /* UNUSED in this malloc */
120 # define M_KEEP 4 /* UNUSED in this malloc */
145 /* Record the state of all malloc variables in an opaque data structure. */
148 /* Restore the state of all malloc variables from data obtained with
152 /* Called once when malloc is initialized; redefining this variable in
174 #endif /* malloc.h *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
malloc.h 1 /* Prototypes and definition for malloc implementation.
50 extern void *malloc __MALLOC_P ((size_t __size)) __attribute_malloc__ __wur;
64 /* Free a block allocated by `malloc', `realloc' or `calloc'. */
114 # define M_NLBLKS 2 /* UNUSED in this malloc */
117 # define M_GRAIN 3 /* UNUSED in this malloc */
120 # define M_KEEP 4 /* UNUSED in this malloc */
145 /* Record the state of all malloc variables in an opaque data structure. */
148 /* Restore the state of all malloc variables from data obtained with
152 /* Called once when malloc is initialized; redefining this variable in
174 #endif /* malloc.h *
    [all...]
  /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/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)));
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_new.h 25 // new.h uses ::malloc ;(
27 using _STLP_VENDOR_CSTD::malloc;
  /prebuilts/ndk/6/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)));
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_new.h 25 // new.h uses ::malloc ;(
27 using _STLP_VENDOR_CSTD::malloc;
  /prebuilts/ndk/7/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)));
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_new.h 25 // new.h uses ::malloc ;(
27 using _STLP_VENDOR_CSTD::malloc;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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)));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
malloc_allocator.h 1 // Allocator that wraps "C" malloc -*- C++ -*-
47 * @brief An allocator that uses malloc.
51 * - all allocation calls malloc
96 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp)));
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_new.h 25 // new.h uses ::malloc ;(
27 using _STLP_VENDOR_CSTD::malloc;
  /sdk/avdlauncher/
avdlauncher.c 62 s2 = (LPSTR) malloc(strlen(description) + strlen(s) + 5);
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 137 char* infoLog = (char*)malloc(sizeof(char) * infoLen);
155 char *buf = (char *)malloc(bSize);
217 char* infoLog = (char*)malloc(sizeof(char) * infoLen);
276 char **argv = (char **)malloc(argvSize * sizeof(char *));
  /sdk/find_java/
utils.h 95 mStr = (char *)malloc(length + 1);
107 mStr = (char *)malloc(len);
334 char * shortPath = (char *)malloc(lenShort);
341 shortPath = (char *)malloc(length);
  /sdk/sdklauncher/
sdklauncher.c 62 s2 = (LPSTR) malloc(strlen(description) + strlen(s) + 5);
  /system/core/adb/
backup_service.c 142 params = (backup_harvest_params*) malloc(sizeof(backup_harvest_params));

Completed in 1925 milliseconds

<<31323334353637383940>>