Home
last modified time | relevance | path

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

/external/flatbuffers/tests/rust_usage_test/bin/
Dalloc_check.rs8 struct TrackingAllocator; struct
10 impl TrackingAllocator { implementation
15 unsafe impl GlobalAlloc for TrackingAllocator { implementation
/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.h41 class TrackingAllocator; variable
/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator.cc23 TrackingAllocator::TrackingAllocator(Allocator* allocator, bool track_sizes) in TrackingAllocator() function in tensorflow::TrackingAllocator