REDROOM
PHP 8.3.31
Path:
Logout
Edit File
Size: 1.92 KB
Close
/opt/cpanel/ea-ruby27/src/passenger-release-6.1.2/src/cxx_supportlib/vendor-modified/boost/pool/poolfwd.hpp
Text
Base64
// Copyright (C) 2000, 2001 Stephen Cleary // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // See http://www.boost.org for updates, documentation, and revision history. #ifndef BOOST_POOLFWD_HPP #define BOOST_POOLFWD_HPP /*! \file \brief Forward declarations of all public (non-implemention) classes. */ #include <boost/config.hpp> // for workarounds // std::size_t #include <cstddef> // boost::details::pool::default_mutex #include <boost/pool/detail/mutex.hpp> namespace boost { // // Location: <boost/pool/simple_segregated_storage.hpp> // template <typename SizeType = std::size_t> class simple_segregated_storage; // // Location: <boost/pool/pool.hpp> // struct default_user_allocator_new_delete; struct default_user_allocator_malloc_free; template <typename UserAllocator = default_user_allocator_new_delete> class pool; // // Location: <boost/pool/object_pool.hpp> // template <typename T, typename UserAllocator = default_user_allocator_new_delete> class object_pool; // // Location: <boost/pool/singleton_pool.hpp> // template <typename Tag, unsigned RequestedSize, typename UserAllocator = default_user_allocator_new_delete, typename Mutex = details::pool::default_mutex, unsigned NextSize = 32, unsigned MaxSize = 0> class singleton_pool; // // Location: <boost/pool/pool_alloc.hpp> // struct pool_allocator_tag; template <typename T, typename UserAllocator = default_user_allocator_new_delete, typename Mutex = details::pool::default_mutex, unsigned NextSize = 32, unsigned MaxSize = 0> class pool_allocator; struct fast_pool_allocator_tag; template <typename T, typename UserAllocator = default_user_allocator_new_delete, typename Mutex = details::pool::default_mutex, unsigned NextSize = 32, unsigned MaxSize = 0> class fast_pool_allocator; } // namespace boost #endif
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
detail
DIR
-
drwxr-xr-x
2026-02-11 07:32:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
object_pool.hpp
10.91 KB
lrw-r--r--
2026-01-27 23:50:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
pool.hpp
36.35 KB
lrw-r--r--
2026-01-27 23:50:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
poolfwd.hpp
1.92 KB
lrw-r--r--
2026-01-27 23:50:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
pool_alloc.hpp
17.89 KB
lrw-r--r--
2026-01-27 23:50:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
simple_segregated_storage.hpp
12.80 KB
lrw-r--r--
2026-01-27 23:50:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
singleton_pool.hpp
9.71 KB
lrw-r--r--
2026-01-27 23:50:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).