M4RI
20140914
|
Tuple of pointer to allocated memory block and it's size. More...
#include <mmc.h>
Data Fields | |
size_t | size |
void * | data |
Tuple of pointer to allocated memory block and it's size.
void* _mm_block::data |
Pointer to buffer of data.
size_t _mm_block::size |
Size in bytes of the data.