Question: I am looking for some examples of C code
segments that implement: global memory buffers (array type) and linked lists of buffers
complex data structures (not complex number) memory management via self managed dynamic
mem segments
Answer: Look into the RTS.SRC of any of
our tools. Extract the memory.c file.