Home
last modified time | relevance | path

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

/external/flatbuffers/tests/rust_usage_test/bin/
Dflatbuffers_alloc_check.rs9 struct TrackingAllocator; struct
11 impl TrackingAllocator { implementation
17 unsafe impl GlobalAlloc for TrackingAllocator { implementation
Dflexbuffers_alloc_check.rs25 struct TrackingAllocator; struct
26 unsafe impl GlobalAlloc for TrackingAllocator { implementation
/external/pigweed/pw_allocator/public/pw_allocator/
Dtracking_allocator.h49 TrackingAllocator(metric::Token token, Allocator& allocator) in TrackingAllocator() function
55 TrackingAllocator(metric::Token token, in TrackingAllocator() function
/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.h40 class TrackingAllocator; variable
/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator.cc23 TrackingAllocator::TrackingAllocator(Allocator* allocator, bool track_sizes) in TrackingAllocator() function in tensorflow::TrackingAllocator
/external/pigweed/pw_allocator/
Dapi.rst254 TrackingAllocator section in Forwarding Allocators
259 .. _module-pw_allocator-api-block: