Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
Limits.hpp File Reference
#include <toolbox/util/Math.hpp>
Include dependency graph for Limits.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  toolbox
 
namespace  toolbox::sys
 

Enumerations

enum  : std::size_t {
  toolbox::sys::CacheLineBits = 6 , toolbox::sys::CacheLineSize = 1 << CacheLineBits , toolbox::sys::PageBits = 12 , toolbox::sys::PageSize = 1 << PageBits ,
  toolbox::sys::MaxLogLine = 4096
}
 

Functions

constexpr std::size_t toolbox::sys::ceil_cache_line (std::size_t size) noexcept
 
constexpr std::size_t toolbox::sys::ceil_page (std::size_t size) noexcept