Lines Matching refs:SizeT

86 //   ( Addr start, SizeT len, UInt prot );
93 ( Addr start, SizeT len, UInt prot );
152 ( Addr start, SizeT len, /*OUT*/Bool* ok );
159 ( Addr a, SizeT len, UInt prot, UInt flags, Int fd, Off64T offset );
162 ( Addr a, SizeT len, UInt prot, UInt flags, HChar* fileName, Off64T offset );
168 extern Bool VG_(am_notify_client_shmat)( Addr a, SizeT len, UInt prot );
179 extern Bool VG_(am_notify_mprotect)( Addr start, SizeT len, UInt prot );
187 extern Bool VG_(am_notify_munmap)( Addr start, SizeT len );
195 ( Addr start, SizeT length, UInt prot, UInt flags, Int fd, Off64T offset);
209 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset );
211 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset, const HChar *name );
216 ( Addr start, SizeT length, UInt prot );
221 extern SysRes VG_(am_mmap_anon_float_client) ( SizeT length, Int prot );
231 extern SysRes VG_(am_sbrk_anon_float_client) ( SizeT length, Int prot );
237 extern SysRes VG_(am_mmap_anon_float_valgrind)( SizeT cszB );
241 extern SysRes VG_(am_sbrk_anon_float_valgrind)( SizeT cszB );
248 ( SizeT length, UInt prot, Int fd, Off64T offset );
250 ( SizeT length, UInt prot, UInt flags, Int fd, Off64T offset );
256 ( SizeT length, UInt prot, Int fd, Off64T offset );
264 Addr start, SizeT length );
270 extern Bool VG_(am_change_ownership_v_to_c)( Addr start, SizeT len );
296 ( Addr start, SizeT length, ShrinkMode smode, SSizeT extra );
321 NSegment* seg, SizeT delta );
332 Addr old_addr, SizeT old_len,
333 Addr new_addr, SizeT new_len );
368 extern SizeT VG_(am_get_VgStack_unused_szB)( VgStack* stack, SizeT limit );
376 SizeT end;