|
COMBINATORIAL_BLAS
1.3
|
#include <MemoryPool.h>
Public Member Functions | |
| Memory (char *m_beg, size_t m_size) | |
| char * | begaddr () |
| char * | endaddr () |
| bool | operator< (const Memory &rhs) const |
| bool | operator== (const Memory &rhs) const |
Public Attributes | |
| char * | begin |
| size_t | size |
EqualityComparable memory chunk object Two memory chunks are considered equal if either their beginaddr or the endaddr are the same (just to facilitate deallocation)
Definition at line 24 of file MemoryPool.h.
|
inline |
Definition at line 27 of file MemoryPool.h.
|
inline |
Definition at line 30 of file MemoryPool.h.
|
inline |
Definition at line 31 of file MemoryPool.h.
|
inline |
Definition at line 33 of file MemoryPool.h.
|
inline |
Definition at line 35 of file MemoryPool.h.
| char* Memory::begin |
Definition at line 38 of file MemoryPool.h.
| size_t Memory::size |
Definition at line 39 of file MemoryPool.h.
1.8.1.1