Changed memory handling to a pluggable architecture.
Showing
- compiler/C_CodeGen.jrag 7 additions, 3 deletionscompiler/C_CodeGen.jrag
- examples/simple/example_decoder.c 3 additions, 1 deletionexamples/simple/example_decoder.c
- examples/simple/example_encoder.c 3 additions, 1 deletionexamples/simple/example_encoder.c
- examples/twoway/Makefile 1 addition, 1 deletionexamples/twoway/Makefile
- examples/twoway/client.c 16 additions, 13 deletionsexamples/twoway/client.c
- examples/twoway/decimating.c 9 additions, 10 deletionsexamples/twoway/decimating.c
- examples/twoway/decimating.h 2 additions, 1 deletionexamples/twoway/decimating.h
- examples/twoway/introspecting.c 98 additions, 23 deletionsexamples/twoway/introspecting.c
- examples/twoway/introspecting.h 2 additions, 1 deletionexamples/twoway/introspecting.h
- examples/twoway/server.c 22 additions, 16 deletionsexamples/twoway/server.c
- lib/c/Makefile 1 addition, 0 deletionslib/c/Makefile
- lib/c/labcomm.c 74 additions, 49 deletionslib/c/labcomm.c
- lib/c/labcomm.h 28 additions, 6 deletionslib/c/labcomm.h
- lib/c/labcomm_default_memory.c 49 additions, 0 deletionslib/c/labcomm_default_memory.c
- lib/c/labcomm_dynamic_buffer_writer.c 10 additions, 9 deletionslib/c/labcomm_dynamic_buffer_writer.c
- lib/c/labcomm_dynamic_buffer_writer.h 24 additions, 0 deletionslib/c/labcomm_dynamic_buffer_writer.h
- lib/c/labcomm_fd_reader.c 18 additions, 39 deletionslib/c/labcomm_fd_reader.c
- lib/c/labcomm_fd_reader.h 23 additions, 1 deletionlib/c/labcomm_fd_reader.h
- lib/c/labcomm_fd_writer.c 13 additions, 17 deletionslib/c/labcomm_fd_writer.c
- lib/c/labcomm_fd_writer.h 23 additions, 1 deletionlib/c/labcomm_fd_writer.h
Loading
Please register or sign in to comment