This is probably also in the documentation but... I don't like using malloc in my systems, I prefer to allocate memory statically at compile time or on the stack. What other parts of RTEMS uses the heap and how do you determine how much space to allocate to the heap? Thanks, Andrei