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