Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_alloc.cc124 const bool use_memory_reclaimer = !opts.thread_isolation.enabled; in init() local
126 constexpr bool use_memory_reclaimer = true; in init() local
H A Dpartition_alloc_unittest.cc314 bool use_memory_reclaimer = false; member