summaryrefslogtreecommitdiff
path: root/src/util/HugeAllocator.hxx
AgeCommit message (Expand)Author
2017-12-16Merge branch 'v0.20.x'Max Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-10-26util/HugeAllocator: add missing "static inline"Max Kellermann
2017-09-21util/HugeAllocator: remove obsolete class HugeAllocationMax Kellermann
2017-09-21util/HugeAllocator: add template class HugeArrayMax Kellermann
2017-09-21util/HugeAllocator: HugeAllocator() returns WritableBuffer<void>Max Kellermann
2017-09-21util/HugeAllocator: move MADV_DONTFORK setting to HugeForkCow()Max Kellermann
2017-09-19util/HugeAllocator: document std::bad_allocMax Kellermann
2017-09-19util/HugeAllocator: use std::exchange()Max Kellermann
2017-09-19util/HugeAllocator: make constructor explicitMax Kellermann
2017-01-17AUTHORS, ...: update my email addressMax Kellermann
2017-01-04util/HugeAllocator: remove deprepcated dynamic exception specificationsMax Kellermann
2016-06-17util/HugeAllocator: add class HugeAllocationMax Kellermann
2016-06-17util/HugeAllocator: add "noexcept"Max Kellermann
2016-06-17util/HugeAllocator: throw std::bad_alloc on errorMax Kellermann
2014-12-17util/HugeAllocator: enable MEM_COMMIT on WindowsMax Kellermann
2014-12-12util/HugeAllocator: disable MEM_LARGE_PAGES on WindowsMax Kellermann
2014-08-11util/HugeAllocator: implement on WindowsMax Kellermann
2014-02-10util/HugeAllocator: relicense to BSD-2Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-10-15gcc.h: rename to Compiler.hMax Kellermann
2013-01-04HugeAllocator: new memory allocatorMax Kellermann