brk Linux / Unix Command: brk Command Library NAMEbrk, sbrk - change data segment size SYNOPSIS#include int brk(void *end_data_segment); void *sbrk(ptrdiff_t increment); DESCRIPTIONbrk sets the end of the data segment to the value specified by end_data_segment, when that value is reasonable, the system does have enough memory and the process does not exceed its max data size (see setrlimit(2)).sbrk .. 더보기 메모리구조 더보기 compiler & interpreter 더보기 이전 1 ··· 21 22 23 24 25 26 27 ··· 31 다음