MemBlob.h
Go to the documentation of this file.
#define RefCountable
The locking interface for use on Reference-Counted classes.
Definition: Lock.h:66
Definition: MemBlob.h:46
size_type spaceSize() const
the number unused bytes at the end of the allocated blob
Definition: MemBlob.h:65
bool isAppendOffset(const size_type off) const
whether the offset points to the end of the used area
Definition: MemBlob.h:123
MemBlob(const size_type reserveSize)
create a new MemBlob with at least reserveSize capacity
Definition: MemBlob.cc:51
MemBlob(const MemBlob &)
static const MemBlobStats & GetStats()
obtain a const view of class-wide statistics
Definition: MemBlob.cc:149
bool canAppend(const size_type off, const size_type n) const
Definition: MemBlob.h:73
MemBlob & operator=(const MemBlob &)
MEMPROXY_CLASS(MemBlob)