pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/pool.h


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/pool.h
Date: Sat, 29 Oct 2005 19:35:59 -0400

Index: pspp/src/pool.h
diff -u pspp/src/pool.h:1.6 pspp/src/pool.h:1.7
--- pspp/src/pool.h:1.6 Sat Oct 29 05:50:06 2005
+++ pspp/src/pool.h     Sat Oct 29 23:35:55 2005
@@ -51,6 +51,7 @@
 void *pool_nmalloc (struct pool *, size_t n, size_t s) MALLOC_LIKE;
 void *pool_realloc (struct pool *, void *, size_t);
 void *pool_nrealloc (struct pool *, void *, size_t n, size_t s);
+void *pool_2nrealloc (struct pool *, void *, size_t *pn, size_t s);
 void pool_free (struct pool *, void *);
 
 /* Gizmo allocations. */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]