Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_freelist_entry.h194 struct PartitionFreelistDispatcherImpl : PartitionFreelistDispatcher { struct
195 using Entry =
202 Entry* GetEntryImpl(PartitionFreelistEntry* entry) const { in GetEntryImpl()
206 PA_ALWAYS_INLINE PartitionFreelistEntry* EmplaceAndInitNull( in EmplaceAndInitNull()
212 PA_ALWAYS_INLINE PartitionFreelistEntry* EmplaceAndInitNull( in EmplaceAndInitNull()
219 PA_ALWAYS_INLINE PartitionFreelistEntry* EmplaceAndInitForThreadCache( in EmplaceAndInitForThreadCache()
226 PA_ALWAYS_INLINE void EmplaceAndInitForTest( in EmplaceAndInitForTest()
233 PA_ALWAYS_INLINE void CorruptNextForTesting(PartitionFreelistEntry* entry, in CorruptNextForTesting()
238 PA_ALWAYS_INLINE PartitionFreelistEntry* GetNextForThreadCacheTrue( in GetNextForThreadCacheTrue()
245 PA_ALWAYS_INLINE PartitionFreelistEntry* GetNextForThreadCacheFalse( in GetNextForThreadCacheFalse()
[all …]