Memory management

Protected address spaces

There is no any protection between user and system space and among different processes in basic VxWorks OS. All processes have unlimited access into whole memory space. Memory protection is available as optional package (VxVMI).

Dynamic memory allocation:

Full support using standard functions malloc(),calloc(),realloc() and free().