Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dencoded_next_freelist.h27 class EncodedNextFreelistEntry; variable
71 friend EncodedNextFreelistEntry; variable
79 constexpr explicit EncodedNextFreelistEntry(std::nullptr_t) in EncodedNextFreelistEntry() function
87 explicit EncodedNextFreelistEntry(EncodedNextFreelistEntry* next) in EncodedNextFreelistEntry() function
96 EncodedNextFreelistEntry(void* next, bool make_shadow_match) in EncodedNextFreelistEntry() function