ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/cfperl.xs
(Generate patch)

Comparing deliantra/server/server/cfperl.xs (file contents):
Revision 1.276 by root, Tue Apr 15 14:21:04 2008 UTC vs.
Revision 1.277 by root, Sat Apr 19 21:10:29 2008 UTC

1681 1681
1682#if _POSIX_MEMLOCK 1682#if _POSIX_MEMLOCK
1683 1683
1684int mlockall (int flags = MCL_CURRENT | MCL_FUTURE) 1684int mlockall (int flags = MCL_CURRENT | MCL_FUTURE)
1685 INIT: 1685 INIT:
1686#ifdef __linux
1686 mallopt (M_PERTURB, 0xaa); // bug-workaround for linux glibc+mlockall+calloc 1687 mallopt (M_PERTURB, 0xaa); // bug-workaround for linux glibc+mlockall+calloc
1688#endif
1687 1689
1688int munlockall () 1690int munlockall ()
1689 1691
1690#endif 1692#endif
1691 1693

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines