/[pspp]/pspp/src/pool.h
ViewVC logotype

Diff of /pspp/src/pool.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by blp, Sat Oct 29 05:50:06 2005 UTC revision 1.7 by blp, Sat Oct 29 23:35:55 2005 UTC
# Line 51  void *pool_malloc (struct pool *, size_t Line 51  void *pool_malloc (struct pool *, size_t
51  void *pool_nmalloc (struct pool *, size_t n, size_t s) MALLOC_LIKE;  void *pool_nmalloc (struct pool *, size_t n, size_t s) MALLOC_LIKE;
52  void *pool_realloc (struct pool *, void *, size_t);  void *pool_realloc (struct pool *, void *, size_t);
53  void *pool_nrealloc (struct pool *, void *, size_t n, size_t s);  void *pool_nrealloc (struct pool *, void *, size_t n, size_t s);
54    void *pool_2nrealloc (struct pool *, void *, size_t *pn, size_t s);
55  void pool_free (struct pool *, void *);  void pool_free (struct pool *, void *);
56    
57  /* Gizmo allocations. */  /* Gizmo allocations. */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26