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 D | partition_alloc_hooks.h | 17 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 D | partition_alloc_allocation_data.h | 23 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 D | partition_alloc_hooks.cc | 71 const partition_alloc::AllocationNotificationData& notification_data) { in AllocationObserverHookIfEnabled() 104 const AllocationNotificationData& allocation_notification_data) { in ReallocObserverHookIfEnabled()
|
H A D | partition_root.h | 1034 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 D | dispatcher_internal.h | 48 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 D | dispatcher_internal_unittest.cc | 41 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 D | notification_data.h | 22 class BASE_EXPORT AllocationNotificationData { 24 constexpr AllocationNotificationData(void* address, in AllocationNotificationData() function 46 constexpr AllocationNotificationData& SetMteReportingMode(MTEMode mode) { in SetMteReportingMode()
|
H A D | dispatcher_unittest.cc | 38 void OnAllocation(const AllocationNotificationData& notification_data) { in OnAllocation()
|
/aosp_15_r20/external/cronet/base/allocator/dispatcher/testing/ |
H A D | observer_mock.h | 11 class AllocationNotificationData; variable 23 (const AllocationNotificationData& notification_data),
|
/aosp_15_r20/external/cronet/base/sampling_heap_profiler/ |
H A D | sampling_heap_profiler_unittest.cc | 27 using base::allocator::dispatcher::AllocationNotificationData; 267 sampler->OnAllocation(AllocationNotificationData( in TEST_F() 359 sampler->OnAllocation(AllocationNotificationData( in TEST_F()
|
H A D | poisson_allocation_sampler.h | 109 const base::allocator::dispatcher::AllocationNotificationData& 222 const base::allocator::dispatcher::AllocationNotificationData& in OnAllocation()
|
/aosp_15_r20/external/cronet/base/debug/ |
H A D | allocation_trace_unittest.cc | 22 using base::allocator::dispatcher::AllocationNotificationData; 78 AllocationNotificationData CreateAllocationData( in CreateAllocationData() 82 return AllocationNotificationData(address, size, nullptr, in CreateAllocationData()
|
H A D | allocation_trace.h | 219 const base::allocator::dispatcher::AllocationNotificationData& 273 const base::allocator::dispatcher::AllocationNotificationData& in OnAllocation()
|
H A D | allocation_trace_perftest.cc | 44 base::allocator::dispatcher::AllocationNotificationData( in operator ()()
|
/aosp_15_r20/external/cronet/base/containers/ |
H A D | containers_memory_benchmark.cc | 79 const base::allocator::dispatcher::AllocationNotificationData& in OnAllocation()
|