Home
last modified time | relevance | path

Searched refs:TrackingAllocator (Results 1 – 2 of 2) sorted by relevance

/third_party/flatbuffers/tests/rust_usage_test/bin/
Dflatbuffers_alloc_check.rs8 struct TrackingAllocator; struct
10 impl TrackingAllocator { impl
15 unsafe impl GlobalAlloc for TrackingAllocator { implementation
27 static A: TrackingAllocator = TrackingAllocator;
Dflexbuffers_alloc_check.rs25 struct TrackingAllocator; struct
26 unsafe impl GlobalAlloc for TrackingAllocator { implementation
36 static T: TrackingAllocator = TrackingAllocator;