RTEMS
5.0.0
|
Freechain Handler Implementation. More...
Functions | |
void * | _Freechain_Get (Freechain_Control *freechain, Freechain_Allocator allocator, size_t number_nodes_to_extend, size_t node_size) |
Gets a node from the freechain. More... | |
void | _Freechain_Put (Freechain_Control *freechain, void *node) |
Puts a node back onto the freechain. More... | |
Freechain Handler Implementation.