Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Daddress_space_randomization_unittest.cc105 SetMmapSeedForTesting(kInitialSeed); in TEST()
112 SetMmapSeedForTesting(kInitialSeed); in TEST()
H A Drandom.h27 PA_COMPONENT_EXPORT(PARTITION_ALLOC) void SetMmapSeedForTesting(uint64_t seed);
H A Drandom.cc66 void SetMmapSeedForTesting(uint64_t seed) { in SetMmapSeedForTesting() function