Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ria9993 authored May 16, 2024
1 parent 3c469b3 commit 8f503ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ struct MsgBlock {
또한 클라이언트는 메시지 블록에 대한 포인터를 가지게 되므로
같은 메시지를 여러 클라이언트에게 전송할 때 메시지 블록을 공유 가능하도록 한다.
Page lock이 걸려있는 상태라면, DMA Controller 내부의 캐시 이용을 기대할 수 있다.
## Memory Pool
**MsgBlock**이나 클라이언트는 메모리가 자주 할당되고 해제되는데
Expand Down

0 comments on commit 8f503ca

Please sign in to comment.