#include <cstddef>
#include <list>
#include <memory>
#include <utility>
#include <vector>
#include <fst/log.h>
#include <fstream>
Go to the source code of this file.
|
template<typename T > |
using | fst::MemoryArena = internal::MemoryArenaImpl< sizeof(T)> |
|
|
template<typename T , typename U > |
bool | fst::operator== (const BlockAllocator< T > &alloc1, const BlockAllocator< U > &alloc2) |
|
template<typename T , typename U > |
bool | fst::operator!= (const BlockAllocator< T > &alloc1, const BlockAllocator< U > &alloc2) |
|
template<typename T , typename U > |
bool | fst::operator== (const PoolAllocator< T > &alloc1, const PoolAllocator< U > &alloc2) |
|
template<typename T , typename U > |
bool | fst::operator!= (const PoolAllocator< T > &alloc1, const PoolAllocator< U > &alloc2) |
|