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