Home
last modified time | relevance | path

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

/external/cronet/base/allocator/partition_allocator/
Dpartition_freelist_entry.h40 class PartitionFreelistEntry; variable
85 friend PartitionFreelistEntry; variable
93 constexpr explicit PartitionFreelistEntry(std::nullptr_t) in PartitionFreelistEntry() function
101 explicit PartitionFreelistEntry(PartitionFreelistEntry* next) in PartitionFreelistEntry() function
110 PartitionFreelistEntry(void* next, bool make_shadow_match) in PartitionFreelistEntry() function