Home
last modified time | relevance | path

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

/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/tests/rust_usage_test/bin/
H A Dalloc_check.rs8 struct TrackingAllocator; struct
10 impl TrackingAllocator { implementation
15 unsafe impl GlobalAlloc for TrackingAllocator { implementation
27 static A: TrackingAllocator = TrackingAllocator;
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/tests/rust_usage_test/bin/
H A Dalloc_check.rs8 struct TrackingAllocator; struct
10 impl TrackingAllocator { impl
15 unsafe impl GlobalAlloc for TrackingAllocator { implementation
27 static A: TrackingAllocator = TrackingAllocator;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/rust_usage_test/bin/
H A Dflatbuffers_alloc_check.rs8 struct TrackingAllocator; struct
10 impl TrackingAllocator { implementation
15 unsafe impl GlobalAlloc for TrackingAllocator { implementation
27 static A: TrackingAllocator = TrackingAllocator;
H A Dflexbuffers_alloc_check.rs25 struct TrackingAllocator; struct
26 unsafe impl GlobalAlloc for TrackingAllocator { implementation
36 static T: TrackingAllocator = TrackingAllocator;
/dports/devel/flatbuffers/flatbuffers-2.0.0/tests/rust_usage_test/bin/
H A Dflatbuffers_alloc_check.rs8 struct TrackingAllocator; struct
10 impl TrackingAllocator { impl
15 unsafe impl GlobalAlloc for TrackingAllocator { implementation
27 static A: TrackingAllocator = TrackingAllocator;
H A Dflexbuffers_alloc_check.rs25 struct TrackingAllocator; struct
26 unsafe impl GlobalAlloc for TrackingAllocator { implementation
36 static T: TrackingAllocator = TrackingAllocator;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/tests/rust_usage_test/bin/
H A Dalloc_check.rs8 struct TrackingAllocator; struct
10 impl TrackingAllocator { impl
15 unsafe impl GlobalAlloc for TrackingAllocator { implementation
27 static A: TrackingAllocator = TrackingAllocator;
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/objects/containers/test/
H A DAllocators.cpp19 TrackingAllocator<Mallocator> //
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/objects/containers/
H A DBasicAllocators.h215 class TrackingAllocator : private TAllocator {