From b2b6bf6f57824eabd9617262f91d0d4f26d3b6e0 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Mon, 24 Oct 2016 14:03:14 -0400 Subject: Limit locking_allocator only to OSes that even might support it. The pool allocator itself is portable code, but it doesn't do anything useful unless we have the ability to mlock/VirtualLock memory, which is OS specific. --- src/lib/utils/locking_allocator/info.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/lib/utils/locking_allocator/info.txt b/src/lib/utils/locking_allocator/info.txt index c815bdbcc..0831fddb6 100644 --- a/src/lib/utils/locking_allocator/info.txt +++ b/src/lib/utils/locking_allocator/info.txt @@ -1 +1,9 @@ define LOCKING_ALLOCATOR 20131128 + + +linux +freebsd +openbsd +netbsd +windows + -- cgit v1.2.3