HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 276 - 300 of 1428) sorted by null

<<11121314151617181920>>

  /art/runtime/mirror/
class_loader.h 62 void SetAllocator(LinearAlloc* allocator) REQUIRES_SHARED(Locks::mutator_lock_) {
64 reinterpret_cast<uint64_t>(allocator));
  /external/clang/test/Analysis/
cfref_PR2519.c 19 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
23 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
  /external/clang/test/CodeGenCXX/
2007-09-10-RecursiveTypeResolution.cpp 28 template < typename _Tp > struct allocator struct in namespace:std
50 template < typename _Tp, typename _Alloc = std::allocator < _Tp > >
thunk-use-after-free.cpp 12 template < typename _Tp > struct allocator:new_allocator < _Tp > { struct in inherits:new_allocator
26 allocator < _Tp > >struct vector:_Vector_base < _Tp, _Alloc > { };
  /external/clang/test/Misc/
diagnostic-crash.cpp 3 template <typename _Alloc> class allocator;
6 typename _Alloc = allocator<_CharT> >
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferAndImageAllocationUtil.cpp 44 Allocator& allocator,
65 memory = allocator.allocate(getBufferMemoryRequirements(vk, vkDevice, *buffer), requirement);
72 Allocator& allocator,
77 DE_UNREF(allocator);
111 Allocator& allocator,
140 memory = allocator.allocate(getImageMemoryRequirements(vk, vkDevice, *image), requirement);
147 Allocator& allocator
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawBufferObjectUtil.cpp 54 vk::Allocator &allocator,
60 ret->bindMemory(allocator.allocate(bufferRequirements, memoryRequirement));
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMakeUtil.cpp 40 vk::Allocator& allocator,
44 , m_allocation (bindBuffer(vk, device, allocator, *m_buffer, memoryRequirement))
50 vk::Allocator& allocator,
54 , m_allocation (bindImage(vk, device, allocator, *m_image, memoryRequirement))
282 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement)
284 MovePtr<Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vk, device, image), requirement);
289 MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkBuffer buffer, const MemoryRequirement requirement
    [all...]
  /external/gemmlowp/test/
test_allocator.cc 16 #include "../internal/allocator.h"
20 void test_allocator(Allocator* a, int max_array_size) {
32 !(reinterpret_cast<std::uintptr_t>(int32_array) % Allocator::kAlignment));
34 !(reinterpret_cast<std::uintptr_t>(int8_array) % Allocator::kAlignment));
43 Allocator allocator; local
45 // Test allocating increasingly large sizes on the same allocator,
48 test_allocator(&allocator, i);
  /external/libchrome/base/metrics/
persistent_sample_map.cc 89 // memory allocator. The "id" must be unique across all maps held by an
90 // allocator or they will get attached to the wrong sample map.
107 PersistentHistogramAllocator* allocator,
109 : HistogramSamples(id, meta), allocator_(allocator) {}
165 PersistentMemoryAllocator* allocator,
168 SampleRecord* record = allocator->New<SampleRecord>();
170 NOTREACHED() << "full=" << allocator->IsFull()
171 << ", corrupt=" << allocator->IsCorrupt();
179 PersistentMemoryAllocator::Reference ref = allocator->GetAsReference(record);
180 allocator->MakeIterable(ref)
    [all...]
persistent_sample_map.h 35 PersistentHistogramAllocator* allocator,
54 // Creates a new record in an |allocator| storing count information for a
57 PersistentMemoryAllocator* allocator,
91 // underlying allocator.
94 // The allocator that manages histograms inside persistent memory. This is
  /external/libcxx/test/std/containers/container.adaptors/queue/queue.defn/
types.pass.cpp 55 static_assert(( std::uses_allocator<std::queue<int>, std::allocator<int> >::value), "");
56 static_assert((!std::uses_allocator<std::queue<int, C>, std::allocator<int> >::value), "");
  /external/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
types.pass.cpp 56 static_assert(( std::uses_allocator<std::stack<int>, std::allocator<int> >::value), "");
57 static_assert((!std::uses_allocator<std::stack<int, C>, std::allocator<int> >::value), "");
  /external/skia/src/core/
SkBlitter_Sprite.cpp 177 const SkPixmap& source, int left, int top, SkArenaAlloc* allocator) {
187 SkASSERT(allocator != nullptr);
196 blitter = allocator->make<SkSpriteBlitter_Memcpy>(source);
201 blitter = SkSpriteBlitter::ChooseL32(source, paint, allocator);
204 blitter = SkSpriteBlitter::ChooseL565(source, paint, allocator);
207 blitter = SkSpriteBlitter::ChooseLA8(source, paint, allocator);
214 blitter = allocator->make<SkRasterPipelineSpriteBlitter>(source, allocator);
  /external/skqp/src/core/
SkBlitter_Sprite.cpp 177 const SkPixmap& source, int left, int top, SkArenaAlloc* allocator) {
187 SkASSERT(allocator != nullptr);
196 blitter = allocator->make<SkSpriteBlitter_Memcpy>(source);
201 blitter = SkSpriteBlitter::ChooseL32(source, paint, allocator);
204 blitter = SkSpriteBlitter::ChooseL565(source, paint, allocator);
207 blitter = SkSpriteBlitter::ChooseLA8(source, paint, allocator);
214 blitter = allocator->make<SkRasterPipelineSpriteBlitter>(source, allocator);
  /external/tensorflow/tensorflow/compiler/xla/
executable_run_options.h 49 // Specifies the allocator to use during execution.
50 ExecutableRunOptions& set_allocator(DeviceMemoryAllocator* allocator);
51 DeviceMemoryAllocator* allocator() const;
  /external/tensorflow/tensorflow/compiler/xla/service/
service_executable_run_options.h 49 DeviceMemoryAllocator* allocator() const { return run_options_.allocator(); } function in class:xla::ServiceExecutableRunOptions
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_debug_allocator.h 31 // An allocator that wraps a GPU allocator and adds debugging
36 explicit GPUDebugAllocator(VisitableAllocator* allocator,
63 // An allocator that wraps a GPU allocator and resets the memory on
68 explicit GPUNanResetAllocator(VisitableAllocator* allocator,
  /external/tensorflow/tensorflow/core/common_runtime/
threadpool_device.cc 19 #include "tensorflow/core/framework/allocator.h"
40 Allocator* allocator)
43 allocator_(allocator) {}
64 Allocator* ThreadPoolDevice::GetAllocator(AllocatorAttributes attr) {
  /external/tensorflow/tensorflow/core/kernels/
adjust_contrast_op_test.cc 17 #include "tensorflow/core/framework/allocator.h"
44 Tensor expected(allocator(), DT_FLOAT, TensorShape({1, 1, 1, 3}));
60 Tensor expected(allocator(), DT_FLOAT, TensorShape({1, 2, 2, 3}));
  /frameworks/base/libs/hwui/tests/common/
BitmapAllocationTestUtils.h 52 template <class T, BitmapAllocator allocator>
54 return new T(allocator);
  /frameworks/base/libs/hwui/tests/common/scenes/
BitmapShaders.cpp 29 BitmapShaders(BitmapAllocationTestUtils::BitmapAllocator allocator)
30 : TestScene(), mAllocator(allocator) {}
  /hardware/interfaces/sensors/1.0/vts/functional/
GrallocWrapper.h 22 #include <android/hardware/graphics/allocator/2.0/IAllocator.h>
25 namespace allocator2 = ::android::hardware::graphics::allocator::V2_0;
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
stringbuffer.h 31 \tparam Allocator type for allocating memory buffer.
34 template <typename Encoding, typename Allocator = CrtAllocator>
39 explicit GenericStringBuffer(Allocator* allocator = 0, size_t capacity = kDefaultCapacity) : stack_(allocator, capacity) {}
74 mutable internal::Stack<Allocator> stack_;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
list_update_policy.hpp 56 template<typename _Alloc = std::allocator<char> >
91 template<std::size_t Max_Count = 5, typename _Alloc = std::allocator<char> >

Completed in 1258 milliseconds

<<11121314151617181920>>