Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/HugeAllocator: enable MEM_COMMIT on Windows | Max Kellermann | 2014-12-17 | 1 | -1/+3 |
| | | | | | Without MEM_COMMIT, the reserved address space is not accessible, and MPD crashes. | ||||
* | util/HugeAllocator: disable MEM_LARGE_PAGES on Windows | Max Kellermann | 2014-12-12 | 1 | -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 Windows | Max Kellermann | 2014-08-11 | 1 | -0/+22 |
| | |||||
* | util/HugeAllocator: relicense to BSD-2 | Max Kellermann | 2014-02-10 | 1 | -15/+25 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | HugeAllocator: new memory allocator | Max Kellermann | 2013-01-04 | 1 | -0/+82 |