]>
git.saurik.com Git - apple/xnu.git/blob - bsd/pgo/profile_runtime_data.c
1 #include <mach/vm_param.h>
4 * This tells compiler_rt not to include userspace-specific stuff writing
5 * profile data to a file.
7 int __llvm_profile_runtime
= 0;
9 /* compiler-rt requires this. It uses it to page-align
10 * certain things inside its buffers.
13 extern int getpagesize(void);