Home
last modified time | relevance | path

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

/aosp_15_r20/external/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
H A Dflexbuffers_alloc_check.rs25 struct TrackingAllocator; struct
26 unsafe impl GlobalAlloc for TrackingAllocator { implementation
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dtracking_allocator.h49 TrackingAllocator(metric::Token token, Allocator& allocator) in TrackingAllocator() function
55 TrackingAllocator(metric::Token token, in TrackingAllocator() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dstep_stats_collector.h40 class TrackingAllocator; variable
/aosp_15_r20/art/libartbase/base/
H A Dallocator.h144 using TrackingAllocator = std::conditional_t<kEnableTrackingAllocator, variable
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtracking_allocator.cc23 TrackingAllocator::TrackingAllocator(Allocator* allocator, bool track_sizes) in TrackingAllocator() function in tensorflow::TrackingAllocator
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dallocator.h144 using TrackingAllocator = std::conditional_t<kEnableTrackingAllocator, variable
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dallocator.h144 using TrackingAllocator = std::conditional_t<kEnableTrackingAllocator, variable
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dallocator.h144 using TrackingAllocator = std::conditional_t<kEnableTrackingAllocator, variable
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dallocator.h144 using TrackingAllocator = std::conditional_t<kEnableTrackingAllocator, variable
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dallocator.h152 using TrackingAllocator = std::conditional_t<kEnableTrackingAllocator, variable
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dallocator.h154 using TrackingAllocator = typename std::conditional<kEnableTrackingAllocator, variable
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dallocator.h152 using TrackingAllocator = std::conditional_t<kEnableTrackingAllocator, variable
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dallocator.h154 using TrackingAllocator = typename std::conditional<kEnableTrackingAllocator, variable
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dallocator.h152 using TrackingAllocator = std::conditional_t<kEnableTrackingAllocator, variable
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dapi.rst208 TrackingAllocator section in Forwarding Allocators