Changeset - ede2ffb4f86b
[Not reviewed]
0 1 0
Jan Kaluza - 13 years ago 2012-10-09 09:49:03
hanzz.k@gmail.com
Do not call mallopt on BSd
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
spectrum/src/main.cpp
Show inline comments
 
@@ -130,9 +130,11 @@ int main(int argc, char **argv)
 

	
 
	setlocale(LC_ALL, "");
 
#ifndef WIN32
 
#ifndef __FreeBSD__
 
	mallopt(M_CHECK_ACTION, 2);
 
	mallopt(M_PERTURB, 0xb);
 
#endif
 
#endif
 

	
 
#ifndef WIN32
 
	if (signal(SIGINT, spectrum_sigint_handler) == SIG_ERR) {
0 comments (0 inline, 0 general)