Home
last modified time | relevance | path

Searched defs:allocations (Results 1 – 25 of 90) sorted by relevance

1234

/external/sdv/vsomeip/third_party/boost/unordered/test/helpers/
Dstrong.hpp23 void store(X const& x, unsigned int allocations = 0) in store()
31 void test(X const& x, unsigned int allocations = 0) const in test()
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DAllocationStats.java40 private final ImmutableMultiset<Allocation> allocations; field in AllocationStats
55 AllocationStats(Collection<Allocation> allocations, int reps) { in AllocationStats()
61 Multiset<Allocation> allocations) { in AllocationStats()
DAllAllocationsRecorder.java36 private final ConcurrentHashMultiset<Allocation> allocations = ConcurrentHashMultiset.create(); field in AllAllocationsRecorder
DAllocation.java42 static long getTotalSize(Collection<Allocation> allocations) { in getTotalSize()
/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_best_fit_repacker.cc37 void ImportAllocationBlocks(absl::Span<AllocationBlock*> allocations) { in ImportAllocationBlocks()
81 absl::Span<AllocationBlock*> allocations) { in Repack()
/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dsp_array_n_test.cpp22 static int allocations; member in X
53 int X::allocations = 0; member in X
Dlsp_array_n_test.cpp22 static int allocations; member in X
53 int X::allocations = 0; member in X
Dsp_array_test.cpp22 static int allocations; member in X
53 int X::allocations = 0; member in X
Dlsp_array_test.cpp22 static int allocations; member in X
53 int X::allocations = 0; member in X
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_context.h76 absl::Span<const BufferAllocation> allocations() const { in allocations() function
83 void set_allocations(absl::Span<const BufferAllocation> allocations) { in set_allocations()
Dbuffer_allocations.cc35 absl::Span<const BufferAllocation> allocations) { in TearDown()
/external/rust/beto-rust/nearby/presence/np_cpp_ffi/tests/
Dv0_unencrypted_deserialization_tests.cc277 auto allocations = in TEST_F() local
285 auto allocations = in TEST_F() local
427 auto allocations = in TEST_F() local
432 auto allocations = in TEST_F() local
516 auto allocations = in TEST_F() local
522 auto allocations = in TEST_F() local
Dv1_unencrypted_deserialization_tests.cc175 auto allocations = in TEST_F() local
182 auto allocations = in TEST_F() local
/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator.cc176 gtl::InlinedVector<AllocRecord, 4> allocations; in GetRecordsAndUnRef() local
189 gtl::InlinedVector<AllocRecord, 4> allocations; in GetCurrentRecords() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DAllocator.java43 void release(Allocation[] allocations); in release()
DDefaultAllocator.java122 public synchronized void release(Allocation[] allocations) { in release()
/external/googleapis/google/appengine/v1beta/
Dservice.proto92 map<string, double> allocations = 2; field
/external/google-cloud-java/java-appengine-admin/proto-google-cloud-appengine-admin-v1/src/main/proto/google/appengine/v1/
Dservice.proto105 map<string, double> allocations = 2; field
/external/googleapis/google/appengine/v1/
Dservice.proto105 map<string, double> allocations = 2; field
/external/executorch/util/
Dactivation_memory_profiler.py35 allocations: List[Allocation] = field(default_factory=list) variable in MemoryTimeline
/external/pigweed/pw_allocator/
Dsynchronized_allocator_test.cc176 pw::Vector<Allocation, kNumAllocations> allocations; in TestAllocate() local
206 pw::Vector<Allocation, kNumAllocations> allocations; in TestResize() local
253 pw::Vector<Allocation, kNumAllocations> allocations; in TestReallocate() local
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/
Dkernel_ops_pattern.cc123 std::vector<xla::BufferAllocation> allocations; member
198 std::vector<xla::BufferAllocation> allocations; in GetAllocations() local
218 absl::Span<const xla::BufferAllocation> allocations, in Emit()
272 auto allocations = GetAllocations(arguments, get_global_ops); in Match() local
/external/sdv/vsomeip/third_party/boost/any/test/
Dtest.hpp137 class allocations class
183 allocations() in allocations() function in any_tests::allocations
/external/perfetto/src/tools/
Dprofiling_sample_distribution.cc92 std::vector<std::pair<std::string, uint64_t>> allocations; in ProfilingSampleDistributionMain() local
/external/minigbm/
Ddrv_array_helpers.c19 uint32_t allocations; member

1234