Grok 10.0.5
|
#include <StripCache.h>
Public Member Functions | |
~BufPool (void) | |
GrkIOBuf | get (size_t len) |
void | put (GrkIOBuf b) |
Private Attributes | |
std::map< uint8_t *, GrkIOBuf > | pool |
|
inline |
References pool.
|
inline |
References grk::GrkIOBuf::alloc(), len, and pool.
|
inline |
References grk::_grk_io_buf::data_, and pool.
|
private |
Referenced by get(), put(), and ~BufPool().