Skip to content

Commit 99d4963

Browse files
fbaeuerle4og
authored andcommitted
analysis/tracing: replace design diagram with SVG file
Replace the binary format design diagram with a scalable vector graphics because we cannot export binaries to s-core repository. GIT_ORIGIN_SPP_REV_ID: def8ba684bf99ef75ab1121bbbc089a55e843e86
1 parent b6fe025 commit 99d4963

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

score/analysis/tracing/common/flexible_circular_allocator/design/BufferBlock_wrap_around_no_wrap_around.drawio.svg

Lines changed: 4 additions & 0 deletions
Loading

score/analysis/tracing/common/flexible_circular_allocator/design/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ It is important that these data structures can be atomically updated and are ens
112112

113113
As the design shows, the shared memory allocated buffer is managed by head and tail. We could run into a case where there's wrap-around (tail > head), so we need to handle both cases: with wrap-around and without wrap-around. The following diagram shows how BufferQueue looks in both cases:
114114

115-
![Buffer Block Wrap Around vs No Wrap Around](./BufferBLock_wrap_around_no_wrap_around.png)
115+
![Buffer Block Wrap Around vs No Wrap Around](./BufferBlock_wrap_around_no_wrap_around.drawio.svg)
116116

117117
### Allocation
118118

0 commit comments

Comments
 (0)