|
ba0f616acc
|
buffer: statically allocate buffers
We need a total of 3 buffers:
- Input buffer
- Output buffer
- Duplicated buffer for broadcast forward
|
2020-10-01 18:42:08 +02:00 |
|
|
216eaca291
|
buffer: consistently use term "headroom"
|
2020-09-30 23:24:01 +02:00 |
|
|
b89a0ec3d3
|
buffer: turn buffer descriptor into buffer header
Preparation for const buffers.
|
2020-09-29 23:25:34 +02:00 |
|
|
78387ad904
|
buffer: remove tail_space argument from fastd_buffer_{alloc,dup}()
|
2020-09-29 00:04:59 +02:00 |
|
|
3a639f810e
|
buffer: remove useless const
|
2020-06-16 22:24:39 +02:00 |
|
|
efb13f1d19
|
buffer: calculate maximum buffer size and check allocations against it
|
2020-06-16 20:45:09 +02:00 |
|
|
32e861ef68
|
buffer: move allocation function into separate compilation unit
|
2020-06-16 00:53:34 +02:00 |
|