Home
last modified time | relevance | path

Searched refs:AllocationNotificationData (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_alloc_hooks.h17 class AllocationNotificationData; variable
26 const AllocationNotificationData& notification_data); in PA_COMPONENT_EXPORT()
62 const partition_alloc::AllocationNotificationData& notification_data); in PA_COMPONENT_EXPORT()
74 const AllocationNotificationData& allocation_notification_data); in PA_COMPONENT_EXPORT()
H A Dpartition_alloc_allocation_data.h23 class PA_COMPONENT_EXPORT(PARTITION_ALLOC) AllocationNotificationData { in PA_COMPONENT_EXPORT()
25 AllocationNotificationData(void* address, size_t size, const char* type_name) in PA_COMPONENT_EXPORT()
35 AllocationNotificationData& SetMteReportingMode( in PA_COMPONENT_EXPORT()
H A Dpartition_alloc_hooks.cc71 const partition_alloc::AllocationNotificationData& notification_data) { in AllocationObserverHookIfEnabled()
104 const AllocationNotificationData& allocation_notification_data) { in ReallocObserverHookIfEnabled()
H A Dpartition_root.h1034 PA_ALWAYS_INLINE AllocationNotificationData in PA_COMPONENT_EXPORT()
1324 AllocationNotificationData PartitionRoot::CreateAllocationNotificationData( in CreateAllocationNotificationData()
1328 AllocationNotificationData notification_data(object, size, type_name); in CreateAllocationNotificationData()
/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/
H A Ddispatcher_internal.h48 const AllocationNotificationData& notification_data) { in PerformAllocationNotification()
98 const partition_alloc::AllocationNotificationData& pa_notification_data) { in PartitionAllocatorAllocationHook()
99 AllocationNotificationData dispatcher_notification_data( in PartitionAllocatorAllocationHook()
293 AllocationNotificationData notification_data( in DoNotifyAllocationForShim()
310 const AllocationNotificationData& notification_data) { in DoNotifyAllocation()
H A Ddispatcher_internal_unittest.cc41 return AllOf(Property("address", &AllocationNotificationData::address, in AllocationNotificationMatches()
43 Property("size", &AllocationNotificationData::size, in AllocationNotificationMatches()
46 &AllocationNotificationData::allocation_subsystem, in AllocationNotificationMatches()
61 ::partition_alloc::AllocationNotificationData CreatePAAllocationData( in CreatePAAllocationData()
66 return ::partition_alloc::AllocationNotificationData(address, size, nullptr) in CreatePAAllocationData()
235 ::partition_alloc::AllocationNotificationData notification_data = in TEST_F()
/aosp_15_r20/external/cronet/base/allocator/dispatcher/
H A Dnotification_data.h22 class BASE_EXPORT AllocationNotificationData {
24 constexpr AllocationNotificationData(void* address, in AllocationNotificationData() function
46 constexpr AllocationNotificationData& SetMteReportingMode(MTEMode mode) { in SetMteReportingMode()
H A Ddispatcher_unittest.cc38 void OnAllocation(const AllocationNotificationData& notification_data) { in OnAllocation()
/aosp_15_r20/external/cronet/base/allocator/dispatcher/testing/
H A Dobserver_mock.h11 class AllocationNotificationData; variable
23 (const AllocationNotificationData& notification_data),
/aosp_15_r20/external/cronet/base/sampling_heap_profiler/
H A Dsampling_heap_profiler_unittest.cc27 using base::allocator::dispatcher::AllocationNotificationData;
267 sampler->OnAllocation(AllocationNotificationData( in TEST_F()
359 sampler->OnAllocation(AllocationNotificationData( in TEST_F()
H A Dpoisson_allocation_sampler.h109 const base::allocator::dispatcher::AllocationNotificationData&
222 const base::allocator::dispatcher::AllocationNotificationData& in OnAllocation()
/aosp_15_r20/external/cronet/base/debug/
H A Dallocation_trace_unittest.cc22 using base::allocator::dispatcher::AllocationNotificationData;
78 AllocationNotificationData CreateAllocationData( in CreateAllocationData()
82 return AllocationNotificationData(address, size, nullptr, in CreateAllocationData()
H A Dallocation_trace.h219 const base::allocator::dispatcher::AllocationNotificationData&
273 const base::allocator::dispatcher::AllocationNotificationData& in OnAllocation()
H A Dallocation_trace_perftest.cc44 base::allocator::dispatcher::AllocationNotificationData( in operator ()()
/aosp_15_r20/external/cronet/base/containers/
H A Dcontainers_memory_benchmark.cc79 const base::allocator::dispatcher::AllocationNotificationData& in OnAllocation()