aboutsummaryrefslogtreecommitdiff
path: root/include/pub_tool_poolalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pub_tool_poolalloc.h')
-rw-r--r--include/pub_tool_poolalloc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/pub_tool_poolalloc.h b/include/pub_tool_poolalloc.h
index 549569fef..cc54b7ee1 100644
--- a/include/pub_tool_poolalloc.h
+++ b/include/pub_tool_poolalloc.h
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 OpenWorks LLP info@open-works.co.uk,
+ Copyright (C) 2011-2017 OpenWorks LLP info@open-works.co.uk,
Philippe Waroquiers philippe.waroquiers@skynet.be
This program is free software; you can redistribute it and/or
@@ -56,9 +56,9 @@ typedef struct _PoolAlloc PoolAlloc;
This function never returns NULL. */
extern PoolAlloc* VG_(newPA) ( UWord elemSzB,
UWord nPerPool,
- void* (*alloc)(const HChar*, SizeT),
+ Alloc_Fn_t alloc_fn,
const HChar* cc,
- void (*free_fn)(void*) );
+ Free_Fn_t free_fn );
/* Free all memory associated with a PoolAlloc. */