From e2ee85c5de7df54953559d80e9889dd550550699 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Thu, 27 Dec 2018 21:04:28 -0500 Subject: New Memory_Pool implementation Quite a bit faster than the old version, and with better properties wrt alignment --- src/build-data/buildh.in | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/build-data') diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in index d37c183cf..6cf73200e 100644 --- a/src/build-data/buildh.in +++ b/src/build-data/buildh.in @@ -120,13 +120,6 @@ /* How much to allocate for a buffer of no particular size */ #define BOTAN_DEFAULT_BUFFER_SIZE 1024 -/* Minimum and maximum sizes to allocate out of the mlock pool (bytes) - Default min is 16 as smaller values are easily bruteforceable and thus - likely not cryptographic keys. -*/ -#define BOTAN_MLOCK_ALLOCATOR_MIN_ALLOCATION 16 -#define BOTAN_MLOCK_ALLOCATOR_MAX_ALLOCATION 128 - /* * Total maximum amount of RAM (in KiB) we will lock into memory, even * if the OS would let us lock more -- cgit v1.2.3