aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/alloc/locking_allocator
Commit message (Expand)AuthorAgeFilesLines
* Remove alloc module; move secmem.h to base and locking_allocator to utilsJack Lloyd2015-08-293-358/+0
* Use 16 byte alignment for all allocations in the mlock allocatorJack Lloyd2015-08-281-7/+1
* Guard rlimit reset with a defined check for RLIMIT_MEMLOCK as it isJack Lloyd2015-08-241-0/+5
* Add Android OSDaniel Seither2015-07-171-0/+1
* Include correct header for getenv. GH #99joerg2015-05-241-0/+1
* Avoid putting very small values in mlock memorylloyd2015-03-231-1/+3
* Allow reducing the size of the allocated mlock pool via env variablelloyd2015-01-241-9/+27
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Various small fixes and cleanups, new is_prime utillloyd2014-11-031-0/+6
* Use MADV_DONTDUMP on Linux, equiv to MAP_NOCORE on BSDlloyd2014-04-141-1/+5
* NetBSD portability fix and some performance tweaks in locking allocatorlloyd2014-04-051-1/+11
* Missing include for std::to_string, noticed with Clang 3.4 w/ libc++lloyd2014-02-161-0/+2
* Move lib into srclloyd2014-01-103-0/+315