Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/ext/base/
Dwatchdog.h48 constexpr uint64_t kWatchdogDefaultMemorySlack = 32 * 1024 * 1024; // 32 MiB. variable
63 (void)kWatchdogDefaultMemorySlack; in RunTaskWithWatchdogGuard()
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc4583 constexpr uint64_t kWatchdogDefaultMemorySlack = 32 * 1024 * 1024; // 32 MiB. variable
4598 (void)kWatchdogDefaultMemorySlack; in RunTaskWithWatchdogGuard()
39550 uint64_t guardrail = base::kWatchdogDefaultMemorySlack + total_buffer_bytes; in UpdateMemoryGuardrail()
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp5825 constexpr uint64_t kWatchdogDefaultMemorySlack = 32 * 1024 * 1024; // 32 MiB. variable
5840 (void)kWatchdogDefaultMemorySlack; in RunTaskWithWatchdogGuard()
53787 uint64_t guardrail = base::kWatchdogDefaultMemorySlack + total_buffer_bytes; in UpdateMemoryGuardrail()