RTEMS 6.1-rc4
|
This source file contains the implementation of _Objects_Free_objects_block() and _Objects_Shrink_information(). More...
#include <rtems/score/objectimpl.h>
#include <rtems/score/assert.h>
#include <rtems/score/chainimpl.h>
#include <rtems/score/wkspace.h>
Functions | |
void | _Objects_Free_objects_block (Objects_Information *information, Objects_Maximum block) |
Free the objects block with the specified index. | |
void | _Objects_Shrink_information (Objects_Information *information) |
Shrinks an object class information record. | |
This source file contains the implementation of _Objects_Free_objects_block() and _Objects_Shrink_information().