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

1 2 3 4 5 6 7 8 91011>>

  /external/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-trace/catapult/telemetry/telemetry/timeline/
memory_dump_event_unittest.py 12 mmaps=None, allocators=None):
23 if allocators is None:
24 allocators = {}
27 'args': {'dumps': {'allocators': {
28 name: attrs(sizes) for name, sizes in allocators.iteritems()}}}}
38 allocators=None):
40 allocators=allocators)
53 pid=process.pid, allocators={
62 pid=process.pid, allocators=
    [all...]
  /external/avahi/docs/
MALLOC 5 situations. Therefore we recommend the usage of memory allocators that
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_alloc.i 15 * (See @link Allocators allocators info @endlink for more.)
  /external/libchrome/base/allocator/
README 5 We use this library as a generic way to fork into any of several allocators.
47 implemented generically to work across all allocators.
52 You can use the different allocators by setting the environment variable
  /external/compiler-rt/lib/cfi/
cfi_blacklist.txt 10 # STL allocators (T *allocator<T *>::allocate(size_type, const void*)).
  /external/jemalloc/
README 9 toward making jemalloc among the best allocators for a broad range of demanding
  /external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/
is_always_equal.pass.cpp 20 #include "allocators.h"
50 // wrapping two allocators (check the values instead of the types)
57 // wrapping two allocators (check the values instead of the types)
65 // wrapping three allocators (check the values instead of the types)
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/
cfi_blacklist.txt 10 # STL allocators (T *allocator<T *>::allocate(size_type, const void*)).
  /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.8/x86_64-linux/include/c++/4.8/bits/
memoryfwd.h 55 * @defgroup allocators Allocators
allocator.h 0 // Allocators -*- C++ -*-
57 * @addtogroup allocators
169 // Precondition: swappable allocators.
175 // Optimize for stateless allocators.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
memoryfwd.h 55 * @defgroup allocators Allocators
allocator.h 0 // Allocators -*- C++ -*-
57 * @addtogroup allocators
169 // Precondition: swappable allocators.
175 // Optimize for stateless 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
allocator.h 0 // Allocators -*- C++ -*-
57 * @addtogroup allocators
169 // Precondition: swappable allocators.
175 // Optimize for stateless allocators.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
memoryfwd.h 55 * @defgroup allocators Allocators
allocator.h 0 // Allocators -*- C++ -*-
57 * @addtogroup allocators
169 // Precondition: swappable allocators.
175 // Optimize for stateless allocators.
  /art/runtime/gc/
allocator_type.h 25 // Different types of allocators.
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
b2Settings.cpp 26 // Memory allocators. Modify these to use your own allocator.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
alloc_traits.h 91 * @brief Uniform interface to C++98 and C++0x allocators.
92 * @ingroup allocators
108 // C++11 allocators do not define reference or const_reference
202 // 431. Swapping containers with unequal allocators.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 101 // This adaptor can only be applied to raw allocators
147 // original STL class-specific allocators, but with less fragmentation.
193 // either SGI-style allocators or standard-conforming allocator.
238 // This implements allocators as specified in the C++ standard.
240 // Note that standard-conforming allocators use many language features
458 // If custom allocators are being used without member template classes support :
493 /* Following are helper methods to detect stateless allocators and avoid
517 * as those allocators might have implement a special swap function to correctly
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
debug_allocator.h 0 // Allocators -*- C++ -*-
55 * @ingroup allocators
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
debug_allocator.h 0 // Allocators -*- C++ -*-
55 * @ingroup allocators

Completed in 1055 milliseconds

1 2 3 4 5 6 7 8 91011>>