|
LLVM
3.7.0
|
This class encapsulates the notion of a memory block which has an address and a size. More...
#include <Memory.h>
Public Member Functions | |
| MemoryBlock () | |
| MemoryBlock (void *addr, size_t size) | |
| void * | base () const |
| size_t | size () const |
Friends | |
| class | Memory |
This class encapsulates the notion of a memory block which has an address and a size.
It is used by the Memory class (a friend) as the result of various memory allocation operations.
|
inline |
1.8.6