taglinefilesource code
brk110fs/exec.cdump.u_dsize = ((unsigned long) (current->brk + (PAGE_SIZE-1))) >> 12;
brk625fs/exec.ccurrent->brk = ex.a_bss +
brk28fs/proc/array.c#define  VSIZE(task,stack) ((task)->brk + 1023 + SSIZE(stack))
brk160include/linux/sched.hunsigned long start_code,end_code,end_data,brk,start_stack;
brk430kernel/sys.coldbrk = current->brk;
brk437kernel/sys.ccurrent->brk = newbrk;
brk447kernel/sys.creturn current->brk;
brk832mm/memory.cif (address < tsk->brk)