aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/HugeAllocator.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* util/HugeAllocator: enable MEM_COMMIT on WindowsMax Kellermann2014-12-171-1/+3
| | | | | Without MEM_COMMIT, the reserved address space is not accessible, and MPD crashes.
* util/HugeAllocator: disable MEM_LARGE_PAGES on WindowsMax Kellermann2014-12-121-1/+2
| | | | | | MEM_LARGE_PAGES does not appear to work. Instead, MEM_RESERVE appears to be necessary. Until I figure this out, this large pages are disabled.
* util/HugeAllocator: implement on WindowsMax Kellermann2014-08-111-0/+22
|
* util/HugeAllocator: relicense to BSD-2Max Kellermann2014-02-101-15/+25
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* HugeAllocator: new memory allocatorMax Kellermann2013-01-041-0/+82