< prev index next >

src/hotspot/os/windows/gc/z/zBackingFile_windows.hpp

Print this page

        

*** 42,51 **** --- 42,55 ---- size_t uncommit_from_paging_file(size_t offset, size_t size); public: ZBackingFile(); + bool is_initialized() const; + + void warn_commit_limits(size_t max) const; + size_t size() const; size_t commit(size_t offset, size_t length); size_t uncommit(size_t offset, size_t length);
< prev index next >