FST
openfst-1.8.4
OpenFst Library
|
#include <memory.h>
Classes | |
struct | Link |
Public Member Functions | |
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 |
Static Public Attributes | |
static constexpr size_t | kObjectSize = object_size |
|
inlineexplicit |
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements fst::MemoryPoolBase.
|
static |