RTEMS
5.0.0
|
Allocate Object. More...
#include <rtems/score/objectimpl.h>
#include <rtems/score/assert.h>
#include <rtems/score/chainimpl.h>
#include <rtems/score/sysstate.h>
Functions | |
Objects_Control * | _Objects_Allocate_unprotected (Objects_Information *information) |
Allocates an object without locking the allocator mutex. More... | |
Objects_Control * | _Objects_Allocate (Objects_Information *information) |
Allocates an object. More... | |
Allocate Object.