30 #ifndef _MEMORY_POOL_H 31 #define _MEMORY_POOL_H 71 void * alloc(
size_t size);
72 void dealloc (
void * base,
size_t size);
78 std::list<Memory> freelist;
bool operator==(const Memory &rhs) const
bool operator<(const Memory &rhs) const
Memory(char *m_beg, size_t m_size)
std::ofstream & operator<<(std::ofstream &outfile, const SpMat< UIT, UNT, UDER > &s)