HomeSort by relevance Sort by last modified time
    Searched full:allocators (Results 1 - 25 of 766) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/tests/
GrAllocatorTest.cpp 75 // Test combinations of allocators with and without stack storage and with different block
77 SkTArray<GrTAllocator<C>*> allocators; local
79 allocators.push_back(&a1);
81 allocators.push_back(&a2);
83 allocators.push_back(&a5);
86 allocators.push_back(&a1);
88 allocators.push_back(&sa3);
90 allocators.push_back(&sa4);
92 for (int i = 0; i < allocators.count(); ++i) {
93 check_allocator(allocators[i], 0, 0, reporter)
    [all...]
  /external/chromium_org/base/third_party/valgrind/
README.chromium 7 memory allocators.
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_alloc.i 15 * (See @link Allocators allocators info @endlink for more.)
  /external/chromium_org/base/allocator/
README 5 We use this library as a generic way to fork into any of several allocators.
49 implemented generically to work across all allocators.
54 You can use the different allocators by setting the environment variable
  /external/chromium_org/base/process/
memory_unittest_mac.h 15 // Allocates memory via system allocators. Alas, they take a _signed_ size for
  /external/jemalloc/
README 9 toward making jemalloc among the best allocators for a broad range of demanding
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_vectora.i 2 Vectors + allocators
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_vectora.i 2 Vectors + allocators
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
allocator.h 0 // Allocators -*- C++ -*-
59 * @defgroup allocators Allocators
86 * @ingroup allocators
161 // Precondition: swappable allocators.
167 // Optimize for stateless allocators.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
allocator.h 0 // Allocators -*- C++ -*-
53 * @defgroup allocators Allocators
80 * @ingroup allocators
156 // Precondition: swappable allocators.
162 // Optimize for stateless allocators.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
allocator.h 0 // Allocators -*- C++ -*-
53 * @defgroup allocators Allocators
80 * @ingroup allocators
156 // Precondition: swappable allocators.
162 // Optimize for stateless allocators.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
allocator.h 0 // Allocators -*- C++ -*-
53 * @defgroup allocators Allocators
80 * @ingroup allocators
156 // Precondition: swappable allocators.
162 // Optimize for stateless allocators.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
allocator.h 0 // Allocators -*- C++ -*-
53 * @defgroup allocators Allocators
80 * @ingroup allocators
156 // Precondition: swappable allocators.
162 // Optimize for stateless allocators.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
allocator.h 0 // Allocators -*- C++ -*-
59 * @defgroup allocators Allocators
86 * @ingroup allocators
161 // Precondition: swappable allocators.
167 // Optimize for stateless allocators.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
allocator.h 0 // Allocators -*- C++ -*-
59 * @defgroup allocators Allocators
86 * @ingroup allocators
161 // Precondition: swappable allocators.
167 // Optimize for stateless allocators.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
allocator.h 0 // Allocators -*- C++ -*-
55 * @defgroup allocators Allocators
162 // Precondition: swappable allocators.
168 // Optimize for stateless allocators.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
allocator.h 0 // Allocators -*- C++ -*-
55 * @defgroup allocators Allocators
162 // Precondition: swappable allocators.
168 // Optimize for stateless allocators.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
memoryfwd.h 55 * @defgroup allocators Allocators
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
memoryfwd.h 55 * @defgroup allocators Allocators
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
memoryfwd.h 55 * @defgroup allocators Allocators
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
memoryfwd.h 55 * @defgroup allocators Allocators
  /art/runtime/gc/
allocator_type.h 23 // Different types of allocators.
  /external/chromium_org/crypto/
capi_util.h 32 // allocators, such as in CRYPT_DECODE_PARA. Such routines require WINAPI
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusMem.h 11 * Flat GDI+ Memory Allocators - header file
  /external/stlport/
Android.mk 33 src/allocators.cpp \

Completed in 1045 milliseconds

1 2 3 4 5 6 7 8 91011>>