Skip to content

Commit

Permalink
Update 2024-10-26-a-faster-liquidsoap-part-deux.md
Browse files Browse the repository at this point in the history
  • Loading branch information
toots authored Oct 27, 2024
1 parent 0383e99 commit ebb0b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-10-26-a-faster-liquidsoap-part-deux.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ of it used.

### Shared memory

Now all memory used by a process belongs to it! Typically, when a process loads a shared dynamic library, the binary code from that library is potentially shared
Not all memory used by a process belongs to it! Typically, when a process loads a shared dynamic library, the binary code from that library is potentially shared
across all processes loading from the same library.

Technically, this means that the binary code from the library is loaded in _shared memory pages_. These pages can be associated by the kernel to
Expand Down

0 comments on commit ebb0b8e

Please sign in to comment.