Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dthread_cache.h88 static constexpr size_t kLargeSizeThreshold = 1 << 15; member
379 static constexpr size_t kLargeSizeThreshold = in PA_COMPONENT_EXPORT() local
/aosp_15_r20/art/runtime/gc/allocator/
H A Drosalloc.h622 static constexpr size_t kLargeSizeThreshold = 2048; variable