RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Data Fields

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
 

Detailed Description

The ops table for user defined allocator-deallocator for IMFS memfile data blocks.

Parameters
allocateThe function which will be used to allocate IMFS blocks.
deallocateThe function to deallocate the allocated data blocks.
get_free_spaceThe function used by kernel to get the free space.

The documentation for this struct was generated from the following file: