HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 676 - 700 of 1382) sorted by null

<<21222324252627282930>>

  /art/compiler/optimizing/
liveness_test.cc 48 ArenaAllocator allocator(&pool);
49 HGraph* graph = CreateCFG(&allocator, data);
ssa_test.cc 82 ArenaAllocator allocator(&pool);
83 HGraph* graph = CreateCFG(&allocator, data);
  /art/runtime/
safe_map.h 24 #include "base/allocator.h"
32 typename Allocator = TrackingAllocator<std::pair<const K, V>, kAllocatorTagSafeMap>>
35 typedef SafeMap<K, V, Comparator, Allocator> Self;
38 typedef typename ::std::map<K, V, Comparator, Allocator>::key_compare key_compare;
39 typedef typename ::std::map<K, V, Comparator, Allocator>::value_compare value_compare;
40 typedef typename ::std::map<K, V, Comparator, Allocator>::allocator_type allocator_type;
41 typedef typename ::std::map<K, V, Comparator, Allocator>::iterator iterator;
42 typedef typename ::std::map<K, V, Comparator, Allocator>::const_iterator const_iterator;
43 typedef typename ::std::map<K, V, Comparator, Allocator>::size_type size_type;
44 typedef typename ::std::map<K, V, Comparator, Allocator>::key_type key_type
    [all...]
  /build/make/target/product/
treble_common.mk 54 android.hardware.graphics.allocator@2.0 \
83 android.hidl.allocator@1.0 \
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 89 template <class Allocator>
91 Allocator *a = new Allocator;
93 SizeClassAllocatorLocalCache<Allocator> cache;
112 uptr class_id0 = Allocator::SizeClassMapT::ClassID(size);
125 CHECK_EQ(class_id, Allocator::SizeClassMapT::ClassID(size));
170 template <class Allocator>
172 Allocator *a = new Allocator;
174 SizeClassAllocatorLocalCache<Allocator> cache
580 AllocatorCache::Allocator *allocator; member in struct:NewThreadParams
594 AllocatorCache::Allocator allocator; local
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.hpp 136 AllocationCallbackRecorder (const VkAllocationCallbacks* allocator, deUint32 callCountHint = 1024);
158 //! Allocator that starts returning null after N allocs
170 DeterministicFailAllocator (const VkAllocationCallbacks* allocator, Mode mode, deUint32 numPassingAllocs);
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeTestsUtil.hpp 44 vk::Allocator& allocator,
65 vk::Allocator& allocator,
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.hpp 64 vk::Allocator& allocator,
85 vk::Allocator& allocator,
  /external/dng_sdk/source/
dng_xmp.h 50 dng_xmp (dng_memory_allocator &allocator);
238 dng_memory_allocator &allocator,
  /external/libchrome/base/metrics/
persistent_memory_allocator.h 26 // Simple allocator for pieces of a memory block that may be persistent
45 // allocator has been attached to it.
54 // Iterator for going through all iterable memory records in an allocator.
55 // Like the allocator itself, iterators are lock-free and thread-secure.
65 // Constructs an iterator on a given |allocator|, starting at the beginning.
66 // The allocator must live beyond the lifetime of the iterator. This class
67 // has read-only access to the allocator (hence "const") but the returned
69 explicit Iterator(const PersistentMemoryAllocator* allocator);
76 Iterator(const PersistentMemoryAllocator* allocator,
80 // return value is a reference to the allocation inside the allocator o
    [all...]
  /external/libcups/cups/
http-private.h 117 extern SecCertificateRef SecCertificateCreateWithBytes(CFAllocatorRef allocator, const UInt8 *bytes, CFIndex length);
121 extern SecIdentityRef SecIdentityCreate(CFAllocatorRef allocator, SecCertificateRef certificate, SecKeyRef privateKey);
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyDescriptor.java 239 ObjectAllocator allocator = new ObjectAllocator() { local
248 klass.setAllocator(allocator);
  /external/skia/gm/
SkLinearBitmapPipelineGM.cpp 119 SkArenaAlloc allocator{storage, sizeof(storage)};
123 SK_ColorBLACK, pmsrc, &allocator};
  /external/skia/src/core/
SkBitmapScaler.cpp 233 int destWidth, int destHeight, SkBitmap::Allocator* allocator) {
244 result.allocPixels(allocator, nullptr);
  /external/skia/src/pathops/
SkPathOpsSimplify.cpp 150 SkArenaAlloc allocator(storage); // FIXME: constant-ize, tune
153 SkOpGlobalState globalState(contourList, &allocator
SkPathOpsTypes.cpp 229 SkArenaAlloc* allocator
232 : fAllocator(allocator)
  /external/v8/src/zone/
zone.h 15 #include "src/zone/accounting-allocator.h"
34 // through the allocator.
40 Zone(AccountingAllocator* allocator, const char* name);
63 AccountingAllocator* allocator() const { return allocator_; } function in class:v8::internal::final
  /external/v8/tools/
parser-shell.cc 96 Zone zone(reinterpret_cast<i::Isolate*>(isolate)->allocator(), ZONE_NAME);
113 Zone zone(reinterpret_cast<i::Isolate*>(isolate)->allocator(), ZONE_NAME);
162 v8::ArrayBuffer::Allocator::NewDefaultAllocator();
  /external/webrtc/webrtc/p2p/client/
basicportallocator.h 97 BasicPortAllocatorSession(BasicPortAllocator* allocator,
104 virtual BasicPortAllocator* allocator() { return allocator_; } function in class:cricket::BasicPortAllocatorSession
  /frameworks/base/libs/hwui/
CanvasState.cpp 215 void CanvasState::setClippingOutline(LinearAllocator& allocator, const Outline* outline) {
226 setClippingRoundRect(allocator, bounds, radius, false);
  /hardware/interfaces/media/omx/1.0/vts/functional/master/
VtsHalMediaOmxV1_0TargetMasterTest.cpp 25 #include <android/hidl/allocator/1.0/IAllocator.h>
36 using ::android::hidl::allocator::V1_0::IAllocator;
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
prettywriter.h 32 \tparam StackAllocator Type of allocator for allocating memory of stack.
42 \param allocator User supplied allocator. If it is null, it will create a private one.
45 PrettyWriter(OutputStream& os, StackAllocator* allocator = 0, size_t levelDepth = Base::kDefaultLevelDepth) :
46 Base(os, allocator, levelDepth), indentChar_(' '), indentCharCount_(4) {}
  /prebuilts/go/darwin-x86/src/runtime/
malloc.go 5 // Memory allocator.
10 // The main allocator works in runs of pages.
17 // The allocator's data structures are:
19 // fixalloc: a free-list allocator for fixed-size off-heap objects,
20 // used to manage storage used by the allocator.
112 // Tiny allocator parameters, see "Tiny allocator" comment in malloc.go.
182 // NOTE: sysAlloc returns OS-aligned memory, but the heap allocator
204 // NOTE: SysReserve returns OS-aligned memory, but the heap allocator
379 // Initialize the rest of the allocator
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
malloc.go 5 // Memory allocator.
10 // The main allocator works in runs of pages.
17 // The allocator's data structures are:
19 // fixalloc: a free-list allocator for fixed-size off-heap objects,
20 // used to manage storage used by the allocator.
112 // Tiny allocator parameters, see "Tiny allocator" comment in malloc.go.
182 // NOTE: sysAlloc returns OS-aligned memory, but the heap allocator
204 // NOTE: SysReserve returns OS-aligned memory, but the heap allocator
379 // Initialize the rest of the allocator
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_list.i 64 template<class _Tp, class _Alloc = allocator<_Tp> >

Completed in 802 milliseconds

<<21222324252627282930>>