memory_pool.hpp File Reference
#include <nil/crypto3/utilities/types.hpp>
#include <mutex>
#include <vector>
+ Include dependency graph for memory_pool.hpp:

Go to the source code of this file.

Classes

class  nil::crypto3::memory_pool
 

Namespaces

 nil
 
 nil::crypto3
 
 nil::crypto3::detail
 

Functions

size_t nil::crypto3::detail::padding_for_alignment (size_t n, size_t alignment)
 
bool nil::crypto3::detail::ptr_in_pool (const void *pool_ptr, size_t poolsize, const void *buf_ptr, size_t bufsize)