FST
openfst-1.8.3
OpenFst Library
|
#include <memory.h>
Public Member Functions | |
MemoryPool (size_t pool_size=kAllocSize) | |
Public Member Functions inherited from fst::internal::MemoryPoolImpl< sizeof(T)> | |
MemoryPoolImpl (size_t pool_size) | |
void * | Allocate () |
void | Free (void *ptr) |
size_t | Size () const override |
Public Member Functions inherited from fst::MemoryPoolBase | |
virtual | ~MemoryPoolBase ()=default |
Additional Inherited Members | |
Static Public Attributes inherited from fst::internal::MemoryPoolImpl< sizeof(T)> | |
static constexpr size_t | kObjectSize |
|
inlineexplicit |