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

  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.h 67 const char *profile_memory; member in struct:__tsan::Flags
tsan_flags.cc 56 f->profile_memory = "";
84 ParseFlag(env, &f->profile_memory, "profile_memory");
tsan_rtl.cc 115 if (flags()->profile_memory == 0 || flags()->profile_memory[0] == 0)
119 flags()->profile_memory, GetPid());

Completed in 723 milliseconds