Searched refs:MAX_TRACING_MEMORY (Results 1 – 2 of 2) sorted by relevance
358 static const int MAX_TRACING_MEMORY = 100 * 1024 * 1024; // 100MB variable
5237 if (n <= 0 || n > MAX_TRACING_MEMORY) { in onTransact()