aboutsummaryrefslogtreecommitdiff
path: root/include/pub_tool_rangemap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pub_tool_rangemap.h')
-rw-r--r--include/pub_tool_rangemap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/pub_tool_rangemap.h b/include/pub_tool_rangemap.h
index 208b9dc73..080fa95b4 100644
--- a/include/pub_tool_rangemap.h
+++ b/include/pub_tool_rangemap.h
@@ -8,7 +8,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2014-2015 Mozilla Foundation
+ Copyright (C) 2014-2017 Mozilla Foundation
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -47,9 +47,9 @@ typedef struct _RangeMap RangeMap;
succeeded.) The new array will contain a single range covering the
entire key space, which will be bound to the value |initialVal|.
This function never returns NULL. */
-RangeMap* VG_(newRangeMap) ( void*(*alloc_fn)(const HChar*,SizeT),
+RangeMap* VG_(newRangeMap) ( Alloc_Fn_t alloc_fn,
const HChar* cc,
- void(*free_fn)(void*),
+ Free_Fn_t free_fn,
UWord initialVal );
/* Free all memory associated with a RangeMap. */