Home
last modified time | relevance | path

Searched defs:TrackingAllocatorImpl (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/art/libartbase/base/
H A Dallocator.h115TrackingAllocatorImpl([[maybe_unused]] const TrackingAllocatorImpl<U, kTag>& alloc) noexcept {} /… in TrackingAllocatorImpl() function
117 TrackingAllocatorImpl() noexcept {} in TrackingAllocatorImpl() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dallocator.h115TrackingAllocatorImpl([[maybe_unused]] const TrackingAllocatorImpl<U, kTag>& alloc) noexcept {} /… in TrackingAllocatorImpl() function
117 TrackingAllocatorImpl() noexcept {} in TrackingAllocatorImpl() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dallocator.h115TrackingAllocatorImpl([[maybe_unused]] const TrackingAllocatorImpl<U, kTag>& alloc) noexcept {} /… in TrackingAllocatorImpl() function
117 TrackingAllocatorImpl() noexcept {} in TrackingAllocatorImpl() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dallocator.h115TrackingAllocatorImpl([[maybe_unused]] const TrackingAllocatorImpl<U, kTag>& alloc) noexcept {} /… in TrackingAllocatorImpl() function
117 TrackingAllocatorImpl() noexcept {} in TrackingAllocatorImpl() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dallocator.h115TrackingAllocatorImpl([[maybe_unused]] const TrackingAllocatorImpl<U, kTag>& alloc) noexcept {} /… in TrackingAllocatorImpl() function
117 TrackingAllocatorImpl() noexcept {} in TrackingAllocatorImpl() function
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dallocator.h118 TrackingAllocatorImpl( in TrackingAllocatorImpl() function
122 TrackingAllocatorImpl() noexcept { in TrackingAllocatorImpl() function
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dallocator.h118 TrackingAllocatorImpl( in TrackingAllocatorImpl() function
122 TrackingAllocatorImpl() noexcept { in TrackingAllocatorImpl() function
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dallocator.h118 explicit TrackingAllocatorImpl( in TrackingAllocatorImpl() function
122 TrackingAllocatorImpl() noexcept { in TrackingAllocatorImpl() function
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dallocator.h118 TrackingAllocatorImpl( in TrackingAllocatorImpl() function
122 TrackingAllocatorImpl() noexcept { in TrackingAllocatorImpl() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dallocator.h118 TrackingAllocatorImpl( in TrackingAllocatorImpl() function
122 TrackingAllocatorImpl() noexcept { in TrackingAllocatorImpl() function
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dtracking_allocator.h191 using TrackingAllocatorImpl = TrackingAllocator<MetricsType>; variable