Home
last modified time | relevance | path

Searched defs:memory_tracker (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/helpers/
Dmemory.hpp53 struct memory_tracker struct
57 allocated_memory_type;
59 allocated_memory_type allocated_memory;
60 unsigned int count_allocators;
61 unsigned int count_allocations;
62 unsigned int count_constructions;
63 bool tracking_constructions;
65 memory_tracker() in memory_tracker() function
71 ~memory_tracker() { BOOST_TEST(count_allocators == 0); } in ~memory_tracker()
73 void allocator_ref() in allocator_ref()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_rematerialization.cc1331 const MemoryUsageTracker& memory_tracker, in RematerializationCost()
1549 MemoryUsageTracker* memory_tracker, std::vector<Item*>* best_items, in RematerializeInstructions()
1724 StatusOr<int64_t> CompressInstruction(MemoryUsageTracker* memory_tracker, in CompressInstruction()
1795 int min_block_size, int max_block_size, MemoryUsageTracker* memory_tracker, in RematerializeBestBlock()
1904 MemoryUsageTracker memory_tracker( in RematerializeComputation() local
/aosp_15_r20/external/pytorch/torch/distributed/_tools/
H A Dmemory_tracker.py23 def __init__(self, memory_tracker) -> None: argument