| 
														
															@@ -18,9 +18,6 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 #include "lib/log/log.h" 
														 | 
														
														 | 
														
															 #include "lib/log/log.h" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 #include "lib/malloc/malloc.h" 
														 | 
														
														 | 
														
															 #include "lib/malloc/malloc.h" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-#ifdef HAVE_SYS_SYSCTL_H 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-#include <sys/sysctl.h> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-#endif 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 #ifdef HAVE_FCNTL_H 
														 | 
														
														 | 
														
															 #ifdef HAVE_FCNTL_H 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 #include <fcntl.h> 
														 | 
														
														 | 
														
															 #include <fcntl.h> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 #endif 
														 | 
														
														 | 
														
															 #endif 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -36,6 +33,10 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 #endif 
														 | 
														
														 | 
														
															 #endif 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 #include <string.h> 
														 | 
														
														 | 
														
															 #include <string.h> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+#if defined(HAVE_SYS_SYSCTL_H) && !defined(_WIN32) && !defined(__linux__) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+#include <sys/sysctl.h> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+#endif 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 DISABLE_GCC_WARNING(aggregate-return) 
														 | 
														
														 | 
														
															 DISABLE_GCC_WARNING(aggregate-return) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 /** Call the platform malloc info function, and dump the results to the log at 
														 | 
														
														 | 
														
															 /** Call the platform malloc info function, and dump the results to the log at 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  * level <b>severity</b>.  If no such function exists, do nothing. */ 
														 | 
														
														 | 
														
															  * level <b>severity</b>.  If no such function exists, do nothing. */ 
														 |