Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'util/scoped.hh')
-rw-r--r--util/scoped.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/scoped.hh b/util/scoped.hh
index c347a43cc..21e9a7566 100644
--- a/util/scoped.hh
+++ b/util/scoped.hh
@@ -104,6 +104,8 @@ template <class T> class scoped_ptr : public scoped<T, scoped_delete_forward> {
explicit scoped_ptr(T *p = NULL) : scoped<T, scoped_delete_forward>(p) {}
};
+void AdviseHugePages(const void *addr, std::size_t size);
+
} // namespace util
#endif // UTIL_SCOPED_H