/external/cronet/stable/base/allocator/dispatcher/ |
D | notification_data.h | 27 AllocationSubsystem allocation_subsystem) in AllocationNotificationData() 39 constexpr AllocationSubsystem allocation_subsystem() const { in allocation_subsystem() 67 AllocationSubsystem allocation_subsystem_; 75 AllocationSubsystem allocation_subsystem) in FreeNotificationData() 80 constexpr AllocationSubsystem allocation_subsystem() const { in allocation_subsystem() 106 AllocationSubsystem allocation_subsystem_;
|
D | subsystem.h | 13 enum class AllocationSubsystem { enum
|
/external/cronet/tot/base/allocator/dispatcher/ |
D | notification_data.h | 27 AllocationSubsystem allocation_subsystem) in AllocationNotificationData() 39 constexpr AllocationSubsystem allocation_subsystem() const { in allocation_subsystem() 67 AllocationSubsystem allocation_subsystem_; 75 AllocationSubsystem allocation_subsystem) in FreeNotificationData() 80 constexpr AllocationSubsystem allocation_subsystem() const { in allocation_subsystem() 106 AllocationSubsystem allocation_subsystem_;
|
D | subsystem.h | 13 enum class AllocationSubsystem { enum
|
/external/cronet/stable/base/allocator/dispatcher/internal/ |
D | dispatcher_internal_unittest.cc | 23 using ::base::allocator::dispatcher::AllocationSubsystem; 40 Matcher<AllocationSubsystem> subsystem_matcher = _) { in AllocationNotificationMatches() 52 Matcher<AllocationSubsystem> subsystem_matcher = _) { in FreeNotificationMatches() 286 AllocationSubsystem::kAllocatorShim))) in TEST_F() 311 AllocationSubsystem::kAllocatorShim))) in TEST_F() 338 AllocationSubsystem::kAllocatorShim))) in TEST_F() 364 AllocationSubsystem::kAllocatorShim))) in TEST_F() 390 GetFreedAddress(), AllocationSubsystem::kAllocatorShim))) in TEST_F() 394 AllocationSubsystem::kAllocatorShim))) in TEST_F() 419 GetFreedAddress(), AllocationSubsystem::kAllocatorShim))) in TEST_F() [all …]
|
D | dispatcher_internal.h | 102 AllocationSubsystem::kPartitionAllocator); in PartitionAllocatorAllocationHook() 116 AllocationSubsystem::kPartitionAllocator); in PartitionAllocatorFreeHook() 292 address, size, nullptr, AllocationSubsystem::kAllocatorShim); in DoNotifyAllocationForShim() 299 AllocationSubsystem::kAllocatorShim); in DoNotifyFreeForShim()
|
/external/cronet/tot/base/allocator/dispatcher/internal/ |
D | dispatcher_internal_unittest.cc | 23 using ::base::allocator::dispatcher::AllocationSubsystem; 40 Matcher<AllocationSubsystem> subsystem_matcher = _) { in AllocationNotificationMatches() 52 Matcher<AllocationSubsystem> subsystem_matcher = _) { in FreeNotificationMatches() 286 AllocationSubsystem::kAllocatorShim))) in TEST_F() 311 AllocationSubsystem::kAllocatorShim))) in TEST_F() 338 AllocationSubsystem::kAllocatorShim))) in TEST_F() 364 AllocationSubsystem::kAllocatorShim))) in TEST_F() 390 GetFreedAddress(), AllocationSubsystem::kAllocatorShim))) in TEST_F() 394 AllocationSubsystem::kAllocatorShim))) in TEST_F() 419 GetFreedAddress(), AllocationSubsystem::kAllocatorShim))) in TEST_F() [all …]
|
D | dispatcher_internal.h | 102 AllocationSubsystem::kPartitionAllocator); in PartitionAllocatorAllocationHook() 116 AllocationSubsystem::kPartitionAllocator); in PartitionAllocatorFreeHook() 292 address, size, nullptr, AllocationSubsystem::kAllocatorShim); in DoNotifyAllocationForShim() 299 AllocationSubsystem::kAllocatorShim); in DoNotifyFreeForShim()
|
/external/cronet/tot/base/sampling_heap_profiler/ |
D | sampling_heap_profiler_unittest.cc | 28 using base::allocator::dispatcher::AllocationSubsystem; 78 AllocationSubsystem, in SampleAdded() argument 271 nullptr, AllocationSubsystem::kAllocatorShim)); in TEST_F() 277 AllocationSubsystem::kAllocatorShim)); in TEST_F() 362 kAddress, 10000, nullptr, AllocationSubsystem::kManualForTesting)); in TEST_F() 364 FreeNotificationData(kAddress, AllocationSubsystem::kManualForTesting)); in TEST_F()
|
D | poisson_allocation_sampler.h | 47 base::allocator::dispatcher::AllocationSubsystem type, 193 base::allocator::dispatcher::AllocationSubsystem type, 244 base::allocator::dispatcher::AllocationSubsystem::kManualForTesting) in OnAllocation()
|
D | sampling_heap_profiler.h | 40 base::allocator::dispatcher::AllocationSubsystem allocator; 125 base::allocator::dispatcher::AllocationSubsystem type,
|
D | sampling_heap_profiler.cc | 67 using base::allocator::dispatcher::AllocationSubsystem; 221 AllocationSubsystem type, in SampleAdded() 236 type != AllocationSubsystem::kManualForTesting) [[unlikely]] { in SampleAdded()
|
D | poisson_allocation_sampler.cc | 246 base::allocator::dispatcher::AllocationSubsystem type, in DoRecordAllocation()
|
D | poisson_allocation_sampler_unittest.cc | 43 base::allocator::dispatcher::AllocationSubsystem type, in SampleAdded()
|
/external/cronet/stable/base/sampling_heap_profiler/ |
D | sampling_heap_profiler_unittest.cc | 28 using base::allocator::dispatcher::AllocationSubsystem; 78 AllocationSubsystem, in SampleAdded() argument 271 nullptr, AllocationSubsystem::kAllocatorShim)); in TEST_F() 277 AllocationSubsystem::kAllocatorShim)); in TEST_F() 362 kAddress, 10000, nullptr, AllocationSubsystem::kManualForTesting)); in TEST_F() 364 FreeNotificationData(kAddress, AllocationSubsystem::kManualForTesting)); in TEST_F()
|
D | poisson_allocation_sampler.h | 47 base::allocator::dispatcher::AllocationSubsystem type, 193 base::allocator::dispatcher::AllocationSubsystem type, 244 base::allocator::dispatcher::AllocationSubsystem::kManualForTesting) in OnAllocation()
|
D | sampling_heap_profiler.h | 40 base::allocator::dispatcher::AllocationSubsystem allocator; 125 base::allocator::dispatcher::AllocationSubsystem type,
|
D | sampling_heap_profiler.cc | 67 using base::allocator::dispatcher::AllocationSubsystem; 221 AllocationSubsystem type, in SampleAdded() 236 type != AllocationSubsystem::kManualForTesting) [[unlikely]] { in SampleAdded()
|
D | poisson_allocation_sampler.cc | 246 base::allocator::dispatcher::AllocationSubsystem type, in DoRecordAllocation()
|
D | poisson_allocation_sampler_unittest.cc | 43 base::allocator::dispatcher::AllocationSubsystem type, in SampleAdded()
|
/external/cronet/tot/base/debug/ |
D | allocation_trace_perftest.cc | 46 base::allocator::dispatcher::AllocationSubsystem:: in operator ()() 57 base::allocator::dispatcher::AllocationSubsystem::kPartitionAllocator)); in operator ()()
|
D | allocation_trace_unittest.cc | 23 using base::allocator::dispatcher::AllocationSubsystem; 83 AllocationSubsystem::kPartitionAllocator) in CreateAllocationData() 93 AllocationSubsystem::kPartitionAllocator) in CreateFreeData()
|
/external/cronet/stable/base/debug/ |
D | allocation_trace_perftest.cc | 46 base::allocator::dispatcher::AllocationSubsystem:: in operator ()() 57 base::allocator::dispatcher::AllocationSubsystem::kPartitionAllocator)); in operator ()()
|
D | allocation_trace_unittest.cc | 23 using base::allocator::dispatcher::AllocationSubsystem; 83 AllocationSubsystem::kPartitionAllocator) in CreateAllocationData() 93 AllocationSubsystem::kPartitionAllocator) in CreateFreeData()
|