diff options
author | Max Kellermann <max@duempel.org> | 2014-12-12 09:53:44 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-12 13:20:58 +0100 |
commit | 2fec4635425f2cf3fb56a5c69f78d273e766c7ee (patch) | |
tree | bfccaa47526f49e10b63d213c904cd83b5c1fc92 /NEWS | |
parent | 1affc641c452baa42efb8a0611c71a1b8b3fbdf3 (diff) |
util/HugeAllocator: disable MEM_LARGE_PAGES on Windows
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ ver 0.19.7 (not yet released) * playlist - don't skip non-existent songs in "listplaylist" +* fix memory allocator bug on Windows ver 0.19.6 (2014/12/08) * decoder |