Home
last modified time | relevance | path

Searched defs:memory_allocator (Results 1 – 17 of 17) sorted by relevance

/external/cronet/components/metrics/
Dpersistent_system_profile.cc55 base::PersistentMemoryAllocator* memory_allocator, in RecordAllocator()
66 const base::PersistentMemoryAllocator* memory_allocator) in RecordAllocator()
281 base::PersistentMemoryAllocator* memory_allocator) { in RegisterPersistentAllocator()
292 base::PersistentMemoryAllocator* memory_allocator) { in DeregisterPersistentAllocator()
367 const base::PersistentMemoryAllocator& memory_allocator) { in HasSystemProfile()
374 const base::PersistentMemoryAllocator& memory_allocator, in GetSystemProfile()
397 const base::PersistentMemoryAllocator& memory_allocator, in MergeUpdateRecords()
Dpersistent_system_profile_unittest.cc56 base::PersistentMemoryAllocator* memory_allocator() { in memory_allocator() function in metrics::PersistentSystemProfileTest
Dfile_metrics_provider.cc545 std::unique_ptr<base::FilePersistentMemoryAllocator> memory_allocator = in CheckAndMapMetricSource() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_allocations.h40 se::DeviceMemoryAllocator* memory_allocator) in BufferAllocations()
50 se::DeviceMemoryAllocator* memory_allocator() const { in memory_allocator() function
Dfft_thunk.cc99 se::Stream* stream, se::DeviceMemoryAllocator* memory_allocator) { in RunFft()
Dgpu_executable.cc461 se::DeviceMemoryAllocator* const memory_allocator, int device_ordinal, in BufferForAllocation()
535 se::DeviceMemoryAllocator* const memory_allocator, int device_ordinal) { in GenerateBufferAllocations()
688 se::DeviceMemoryAllocator* const memory_allocator = run_options->allocator(); in ExecuteAsyncOnStreamImpl() local
Dgpu_conv_algorithm_picker.cc64 se::DeviceMemoryAllocator* memory_allocator) in ScratchAllocator()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.cc97 se::DeviceMemoryAllocator* memory_allocator, int device_ordinal) { in MemoryForAllocation()
131 se::DeviceMemoryAllocator* memory_allocator, int device_ordinal, in CreateBufferTable()
345 se::DeviceMemoryAllocator* memory_allocator = run_options->allocator(); in ExecuteAsyncOnStream() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dbackend.h89 se::DeviceMemoryAllocator* memory_allocator() const { in memory_allocator() function
Dshaped_buffer.h175 se::DeviceMemoryAllocator* memory_allocator() const { return allocator_; } in memory_allocator() function
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.h217 PersistentMemoryAllocator* memory_allocator() { in memory_allocator() function
Dpersistent_histogram_allocator.cc914 PersistentMemoryAllocator* memory_allocator = in ReleaseForTesting() local
/external/cronet/base/metrics/
Dpersistent_histogram_allocator.h228 PersistentMemoryAllocator* memory_allocator() { in memory_allocator() function
Dpersistent_histogram_allocator.cc895 PersistentMemoryAllocator* memory_allocator = in ReleaseForTesting() local
/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/
Dredzone_allocator.cc51 DeviceMemoryAllocator* memory_allocator, in RedzoneAllocator()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dbuffer_donation_test.cc84 se::StreamExecutorMemoryAllocator memory_allocator( in RunAndCheck() local
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_execute_op.cc384 se::DeviceMemoryAllocator* const memory_allocator; member