Searched defs:TrackingAllocator (Results 1 – 3 of 3) sorted by relevance
8 struct TrackingAllocator; struct10 impl TrackingAllocator { implementation15 unsafe impl GlobalAlloc for TrackingAllocator { implementation
41 class TrackingAllocator; variable
23 TrackingAllocator::TrackingAllocator(Allocator* allocator, bool track_sizes) in TrackingAllocator() function in tensorflow::TrackingAllocator