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

  /external/compiler-rt/lib/msan/
msan_flags.h 33 int store_context_size; // like malloc_context_size, but for uninit stores member in struct:__msan::Flags
msan.cc 148 ParseFlag(str, &f->store_context_size, "store_context_size", "");
149 if (f->store_context_size < 1) f->store_context_size = 1;
182 f->store_context_size = 20;
msan.h 111 GetStackTrace(&stack, flags()->store_context_size, pc, bp, \

Completed in 47 milliseconds