index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
HugeAllocator.hxx
Age
Commit message (
Expand
)
Author
2017-12-16
Merge branch 'v0.20.x'
Max Kellermann
2017-12-12
*: check defined(_WIN32) instead of defined(WIN32)
Max Kellermann
2017-10-26
util/HugeAllocator: add missing "static inline"
Max Kellermann
2017-09-21
util/HugeAllocator: remove obsolete class HugeAllocation
Max Kellermann
2017-09-21
util/HugeAllocator: add template class HugeArray
Max Kellermann
2017-09-21
util/HugeAllocator: HugeAllocator() returns WritableBuffer<void>
Max Kellermann
2017-09-21
util/HugeAllocator: move MADV_DONTFORK setting to HugeForkCow()
Max Kellermann
2017-09-19
util/HugeAllocator: document std::bad_alloc
Max Kellermann
2017-09-19
util/HugeAllocator: use std::exchange()
Max Kellermann
2017-09-19
util/HugeAllocator: make constructor explicit
Max Kellermann
2017-01-17
AUTHORS, ...: update my email address
Max Kellermann
2017-01-04
util/HugeAllocator: remove deprepcated dynamic exception specifications
Max Kellermann
2016-06-17
util/HugeAllocator: add class HugeAllocation
Max Kellermann
2016-06-17
util/HugeAllocator: add "noexcept"
Max Kellermann
2016-06-17
util/HugeAllocator: throw std::bad_alloc on error
Max Kellermann
2014-12-17
util/HugeAllocator: enable MEM_COMMIT on Windows
Max Kellermann
2014-12-12
util/HugeAllocator: disable MEM_LARGE_PAGES on Windows
Max Kellermann
2014-08-11
util/HugeAllocator: implement on Windows
Max Kellermann
2014-02-10
util/HugeAllocator: relicense to BSD-2
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2013-10-15
gcc.h: rename to Compiler.h
Max Kellermann
2013-01-04
HugeAllocator: new memory allocator
Max Kellermann