| /art/runtime/gc/ |
| heap.h | 92 namespace allocator { namespace in namespace:art::gc 94 } // namespace allocator 243 AllocatorType allocator, 275 // Change the allocator, updates entrypoints. 276 void ChangeAllocator(AllocatorType allocator) 660 space::RosAllocSpace* GetRosAllocSpace(gc::allocator::RosAlloc* rosalloc) const [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
| vktTessellationUserDefinedIO.cpp | 763 Allocator& allocator = m_context.getDefaultAllocator(); local 775 const Buffer vertexBuffer (vk, device, allocator, makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::HostVisible); 787 const Buffer resultBuffer (vk, device, allocator, makeBufferCreateInfo(resultBufferSizeBytes, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible); 800 const Image colorAttachmentImage (vk, device, allocator, 807 const Buffer colorBuffer (vk, device, allocator, makeBufferCreateInfo(colorBufferSizeBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible); [all...] |
| /external/libchrome/base/metrics/ |
| histogram.cc | 168 // Try to create the histogram using a "persistent" allocator. As of 170 // that is off by default. If the allocator doesn't exist or if 175 PersistentHistogramAllocator* allocator = GlobalHistogramAllocator::Get(); local 176 if (allocator) { 177 tentative_histogram = allocator->AllocateHistogram( 187 // Handle the case where no persistent allocator is present or the 191 DCHECK(!allocator); // Shouldn't have failed. 209 allocator->FinalizeHistogram(histogram_ref, [all...] |
| statistics_recorder_unittest.cc | 126 INSTANTIATE_TEST_CASE_P(Allocator, StatisticsRecorderTest, testing::Bool()); 226 // Create a new global allocator using the same memory as the old one. Any 434 // Create a new global allocator using the same memory as the old one. Any 662 TestHistogramProvider(std::unique_ptr<PersistentHistogramAllocator> allocator) 663 : allocator_(std::move(allocator)), weak_factory_(this) { 689 // Extract any existing global allocator so a new one can be created. 693 // Create a histogram inside a new allocator for testing.
|
| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| local_client_execute_test.cc | 725 TestAllocator allocator(wrong_platform); 732 DefaultExecutableRunOptions().set_allocator(&allocator)); 735 ContainsRegex("allocator platform .* does not match service")); [all...] |
| /external/tensorflow/tensorflow/core/common_runtime/gpu/ |
| gpu_device.cc | 44 #include "tensorflow/core/framework/allocator.h" 79 // memory directly through the device allocator. As an Open Source 80 // project, Eigen assumes allocator semantics similar to those of the 81 // CUDA memory allocator, and may not work correctly due to race 82 // conditions if used with some other allocator. For safety, we need 95 TfGpuId tf_gpu_id, ::tensorflow::Allocator* alloc, 158 AsyncFreeData(::tensorflow::Allocator* a, void* p, const string& o, 161 ::tensorflow::Allocator* allocator_; 182 ::tensorflow::Allocator* allocator_; // Not owned. 193 // is a single memory allocator per device (see ProcessState::GetGPUAllocator [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
| vktSpvAsmGraphicsShaderTestUtil.cpp | 2337 Allocator& allocator = *allocatorUptr; local [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/image/ |
| vktImageMutableTests.cpp | 842 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement) 844 MovePtr<Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vk, device, image), requirement); 1645 Allocator& allocator = context.getDefaultAllocator(); local [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| vktPipelineSpecConstantTests.cpp | 470 Allocator& allocator = m_context.getDefaultAllocator(); local 474 const Buffer resultBuffer(vk, device, allocator, makeBufferCreateInfo(m_ssboSize, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible); 570 Allocator& allocator = m_context.getDefaultAllocator(); local 576 const Image colorImage (vk, device, allocator, makeImageCreateInfo(renderSize, imageFormat, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT), MemoryRequirement::Any); 583 const Buffer vertexBuffer (vk, device, allocator, makeBufferCreateInfo(vertexBufferSizeBytes, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::HostVisible); 599 const Buffer resultBuffer(vk, device, allocator, makeBufferCreateInfo(m_ssboSize, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible); [all...] |
| /prebuilts/go/darwin-x86/src/runtime/ |
| extern.go | 37 efence: setting efence=1 causes the allocator to run in a mode 108 sbrk: setting sbrk=1 replaces the memory allocator and garbage collector 109 with a trivial allocator that obtains memory from the operating system and
|
| /prebuilts/go/linux-x86/src/runtime/ |
| extern.go | 37 efence: setting efence=1 causes the allocator to run in a mode 108 sbrk: setting sbrk=1 replaces the memory allocator and garbage collector 109 with a trivial allocator that obtains memory from the operating system and
|
| /system/chre/external/flatbuffers/include/flatbuffers/ |
| flatbuffers.h | 542 const simple_allocator &allocator) 545 buf_(allocator.allocate(reserved_)), 547 allocator_(allocator) {} 698 /// @param[in] allocator A pointer to the `simple_allocator` that should be 702 const simple_allocator *allocator = nullptr) 703 : buf_(initial_size, allocator ? *allocator : default_allocator), 754 /// @return The `unique_ptr` returned has a special allocator that knows how [all...] |
| /art/compiler/linker/arm/ |
| relative_patcher_thumb2.cc | 359 ArenaAllocator allocator(&pool); 360 arm::ArmVIXLAssembler assembler(&allocator);
|
| /art/runtime/interpreter/ |
| unstarted_runtime.cc | 1346 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); local 1361 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); local 1378 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); local 1697 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); local [all...] |
| /external/Microsoft-GSL/tests/ |
| string_span_tests.cpp | 118 auto s = gsl::to_basic_string<char, std::char_traits<char>, ::std::allocator<char>>( 124 auto s2 = gsl::to_basic_string<char, std::char_traits<char>, ::std::allocator<char>>(v);
|
| /external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
| vktRenderPassMultisampleTests.cpp | 130 Allocator& allocator, 133 de::MovePtr<Allocation> allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, buffer), MemoryRequirement::HostVisible)); 140 Allocator& allocator, 143 de::MovePtr<Allocation> allocation (allocator.allocate(getImageMemoryRequirements(vk, device, image), MemoryRequirement::Any)); 404 Allocator& allocator, 410 memory[memoryNdx] = safeSharedPtr(createImageMemory(vkd, device, allocator, **images[memoryNdx]).release()); 446 Allocator& allocator [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
| vktAtomicOperationTests.cpp | 94 MovePtr<Allocation> allocateAndBindMemory (const DeviceInterface& vkd, VkDevice device, Allocator& allocator, VkBuffer buffer) 96 MovePtr<Allocation> alloc(allocator.allocate(getBufferMemoryRequirements(vkd, device, buffer), MemoryRequirement::HostVisible));
|
| /external/google-breakpad/src/client/linux/handler/ |
| exception_handler.cc | 474 PageAllocator allocator; local 475 uint8_t* stack = reinterpret_cast<uint8_t*>(allocator.Alloc(kChildStackSize));
|
| /external/swiftshader/third_party/LLVM/lib/CodeGen/ |
| RegAllocBasic.cpp | 1 //===-- RegAllocBasic.cpp - basic register allocator ----------------------===// 11 // implementation of the basic register allocator. 57 static RegisterRegAlloc basicRegAlloc("basic", "basic register allocator", 101 return "Basic Register Allocator"; 221 void RegAllocBase::LiveUnionArray::init(LiveIntervalUnion::Allocator &allocator, 227 new(Array + r) LiveIntervalUnion(r, allocator); 314 // selectOrSplit requests the allocator to return an available physical
|
| /external/tensorflow/tensorflow/core/kernels/ |
| stack_ops.cc | 273 // allocator says more than kOccupancy of the memory is in use. 285 Allocator* allocator = device->GetAllocator(alloc_attrs); variable 287 allocator->GetStats(&stats); 294 Allocator* cpu_allocator = device->GetAllocator(host_alloc_attrs); 415 Allocator* gpu_allocator = device->GetAllocator(value.alloc_attrs);
|
| /external/v8/src/ |
| code-stubs-hydrogen.cc | 243 Zone zone(isolate()->allocator(), ZONE_NAME); 302 Zone zone(isolate->allocator(), ZONE_NAME);
|
| /external/v8/src/wasm/ |
| function-body-decoder.cc | 2016 AccountingAllocator allocator; local [all...] |
| /frameworks/av/media/libstagefright/include/media/stagefright/ |
| ACodec.h | 34 #include <android/hidl/allocator/1.0/IAllocator.h> 48 typedef hidl::allocator::V1_0::IAllocator TAllocator;
|
| /hardware/google/av/media/sfplugin/ |
| CCodecBufferChannel.cpp | [all...] |
| /hardware/interfaces/media/omx/1.0/vts/functional/audio/ |
| VtsHalMediaOmxV1_0TargetAudioEncTest.cpp | 28 #include <android/hidl/allocator/1.0/IAllocator.h> 38 using ::android::hidl::allocator::V1_0::IAllocator;
|