![]() |
RTEMS 7.0-rc1
|
The ops table for user defined allocator-deallocator for IMFS memfile data blocks. More...
#include <imfs.h>
Data Fields | |
| IMFS_memfile_allocator | allocate_block |
| IMFS_memfile_deallocator | free_block |
| IMFS_memfile_free_space | get_free_space |
The ops table for user defined allocator-deallocator for IMFS memfile data blocks.
| allocate | The function which will be used to allocate IMFS blocks. |
| deallocate | The function to deallocate the allocated data blocks. |
| get_free_space | The function used by kernel to get the free space. |