Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
brkUnix のシステム コールと関数が何をするかは知っていますsbrkが、それらが何を表しているのかはわかりません。誰でも私を啓発できますか?
brk
sbrk
It comes from "break value".
「変更は、プロセスのブレーク値をリセットし、適切な量のスペースを割り当てることによって行われます。ブレーク値は、データ セグメントの末尾を超えた最初の場所のアドレスです。」
(ソース: http://www.s-gms.ms.edus.si/cgi-bin/man-cgi?brk+2 )