Home
last modified time | relevance | path

Searched refs:kThreadIsolatedPoolBaseMask (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_address_space.h92 base_mask = kThreadIsolatedPoolBaseMask; in PA_COMPONENT_EXPORT()
221 return (address & kThreadIsolatedPoolBaseMask) == in PA_COMPONENT_EXPORT()
330 static constexpr uintptr_t kThreadIsolatedPoolBaseMask = in PA_COMPONENT_EXPORT() local