#include <mem_block_cache.hpp>
Public Member Functions | |
~mem_block_cache () | |
void * | get () |
void | put (void *p) |
Public Attributes | |
mem_block_node * | next |
unsigned | cached_blocks |
|
inline |
References boost::re_detail::mem_block_node::next, and next.
|
inline |
References BOOST_REGEX_BLOCKSIZE, cached_blocks, boost::re_detail::mem_block_node::next, and next.
|
inline |
mem_block_node* boost::re_detail::mem_block_cache::next |
Referenced by get(), put(), and ~mem_block_cache().