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