Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:brk_base

247      if (VG_(brk_limit) < VG_(brk_base))
248 VG_(brk_limit) = VG_(brk_base);
256 (ULong)VG_(brk_base),
258 (ULong)VG_(brk_limit) - (ULong)VG_(brk_base));