Command to free an mmap allocation. More...
#include <ToolctlMessages.h>
Data Fields | |
| void * | alloc_addr |
| Address of memory to be freed. | |
| size_t | alloc_size |
| Size of the memory to be freed. | |
| BG_ThreadID_t | threadID |
| Thread id. | |
Command to free an mmap allocation.
Definition at line 1040 of file ToolctlMessages.h.
Address of memory to be freed.
Definition at line 1042 of file ToolctlMessages.h.
Size of the memory to be freed.
Definition at line 1043 of file ToolctlMessages.h.
BG_ThreadID_t bgcios::toolctl::ToolCommand::threadID [inherited] |
Thread id.
Definition at line 659 of file ToolctlMessages.h.
1.6.1