~bkerensa/ubuntu/raring/valgrind/merge-from-deb

« back to all changes in this revision

Viewing changes to coregrind/pub_core_aspacemgr.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-06-26 00:17:17 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20060626001717-qi51nzty57cb12q6
Tags: upstream-3.2.0
Import upstream version 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
   This file is part of Valgrind, a dynamic binary instrumentation
8
8
   framework.
9
9
 
10
 
   Copyright (C) 2000-2005 Julian Seward
 
10
   Copyright (C) 2000-2006 Julian Seward
11
11
      jseward@acm.org
12
12
 
13
13
   This program is free software; you can redistribute it and/or
232
232
extern SysRes VG_(am_munmap_client)( /*OUT*/Bool* need_discard,
233
233
                                     Addr start, SizeT length );
234
234
 
235
 
/* Unmap the given address range and update the segment array
236
 
   accordingly.  This fails if the range isn't valid for valgrind. */
237
 
extern SysRes VG_(am_munmap_valgrind)( Addr start, SizeT length );
238
 
 
239
235
/* Let (start,len) denote an area within a single Valgrind-owned
240
236
  segment (anon or file).  Change the ownership of [start, start+len)
241
237
  to the client instead.  Fails if (start,len) does not denote a