C++程序  |  7行  |  190 B

#ifdef ANDROID
  #include "memcheck/memcheck.h"
#else
  // On Chrome OS, these files will be added in a patch applied in the ebuild.
  #include <base/third_party/valgrind/memcheck.h>
#endif