Searched defs:memory_tracker (Results 1 – 3 of 3) sorted by relevance
53 struct memory_tracker struct57 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() function71 ~memory_tracker() { BOOST_TEST(count_allocators == 0); } in ~memory_tracker()73 void allocator_ref() in allocator_ref()[all …]
1331 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
23 def __init__(self, memory_tracker) -> None: argument