src/os/linux/vm/os_linux.hpp

changeset 7074
833b0f92429a
parent 6486
b0133e4187d3
child 7535
7ae4e26cb1e0
child 8776
4a575a49e938
     1.1 --- a/src/os/linux/vm/os_linux.hpp	Wed Aug 27 09:36:55 2014 +0200
     1.2 +++ b/src/os/linux/vm/os_linux.hpp	Wed Aug 27 08:19:12 2014 -0400
     1.3 @@ -108,6 +108,7 @@
     1.4    static char* reserve_memory_special_huge_tlbfs_only(size_t bytes, char* req_addr, bool exec);
     1.5    static char* reserve_memory_special_huge_tlbfs_mixed(size_t bytes, size_t alignment, char* req_addr, bool exec);
     1.6  
     1.7 +  static bool release_memory_special_impl(char* base, size_t bytes);
     1.8    static bool release_memory_special_shm(char* base, size_t bytes);
     1.9    static bool release_memory_special_huge_tlbfs(char* base, size_t bytes);
    1.10  

mercurial