HomeSort by relevance Sort by last modified time
    Searched refs:max_uar_stack_size_log (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/asan/
asan_flags.h 43 int max_uar_stack_size_log; member in struct:__asan::Flags
asan_thread.cc 131 CHECK_LE(flags()->min_uar_stack_size_log, flags()->max_uar_stack_size_log);
133 Min(stack_size_log, static_cast<uptr>(flags()->max_uar_stack_size_log));
asan_rtl.cc 139 ParseFlag(str, &f->max_uar_stack_size_log, "max_uar_stack_size_log",
254 f->max_uar_stack_size_log = 20; // 1Mb per size class, i.e. ~11Mb per thread.
582 CHECK_LE(flags()->min_uar_stack_size_log, flags()->max_uar_stack_size_log);

Completed in 45 milliseconds