Update Frames authored by Nicolas Pope's avatar Nicolas Pope
...@@ -148,7 +148,7 @@ Data is synchronised and organised into discrete frames that are represented by ...@@ -148,7 +148,7 @@ Data is synchronised and organised into discrete frames that are represented by
* **5.3.5** A call handler can be specific to a source Id. * **5.3.5** A call handler can be specific to a source Id.
* **5.3.6** A call handler can be for any Id within a `Feed`. * **5.3.6** A call handler can be for any Id within a `Feed`.
### 6. Memory Management [REMOVE] ### 6. Memory Management
* **6.1** `Frame`s are created from a memory pool. * **6.1** `Frame`s are created from a memory pool.
* **6.2** Upon destruction, channel data is not removed but is transferred to the pool. * **6.2** Upon destruction, channel data is not removed but is transferred to the pool.
* **6.3** Channels are marked as `stale` if the data contents reflect old pool data. * **6.3** Channels are marked as `stale` if the data contents reflect old pool data.
... ...
......