Home
last modified time | relevance | path

Searched defs:ref_count_size (Results 1 – 7 of 7) sorted by relevance

/external/cronet/base/allocator/
Dpartition_alloc_support.h52 size_t ref_count_size = 0; member
Dpartition_alloc_support.cc861 size_t ref_count_size = 0; in GetBrpConfiguration() local
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
Dpartition_root.cc880 void PartitionRoot::InitMac11MallocSizeHackUsableSize(size_t ref_count_size) { in InitMac11MallocSizeHackUsableSize()
892 void PartitionRoot::EnableMac11MallocSizeHackForTesting(size_t ref_count_size) { in EnableMac11MallocSizeHackForTesting()
897 void PartitionRoot::EnableMac11MallocSizeHackIfNeeded(size_t ref_count_size) { in EnableMac11MallocSizeHackIfNeeded()
1043 size_t ref_count_size = opts.ref_count_size; in Init() local
Dpartition_ref_count.h41 PA_ALWAYS_INLINE size_t AlignUpRefCountSizeForMac(size_t ref_count_size) { in AlignUpRefCountSizeForMac()
Dpartition_root.h181 size_t ref_count_size = 0; member
283 size_t ref_count_size = 0; in PA_COMPONENT_EXPORT() member
Dpartition_alloc_unittest.cc259 size_t ref_count_size; member
276 for (size_t ref_count_size : ref_count_sizes) { in GetPartitionAllocTestParams() local
473 size_t ref_count_size = 0; in ExtraAllocSize() local
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_shim_default_dispatch_to_partition_alloc.cc534 size_t ref_count_size, in ConfigurePartitions()