From 21669116db5ccb075d92a24af763f7b8c7a32976 Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 12 Apr 2008 02:46:59 +0000 Subject: Make the memory allocator's chunk size a compile time constant, via a new build.h macro BOTAN_MEM_POOL_CHUNK_SIZE --- modules/alloc_mmap/mmap_mem.h | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') diff --git a/modules/alloc_mmap/mmap_mem.h b/modules/alloc_mmap/mmap_mem.h index 315f55b2e..ddf999014 100644 --- a/modules/alloc_mmap/mmap_mem.h +++ b/modules/alloc_mmap/mmap_mem.h @@ -16,7 +16,6 @@ namespace Botan { class MemoryMapping_Allocator : public Pooling_Allocator { public: - MemoryMapping_Allocator() : Pooling_Allocator(64*1024, false) {} std::string type() const { return "mmap"; } private: void* alloc_block(u32bit); -- cgit v1.2.3