mirror of
https://github.com/postgres/postgres.git
synced 2025-11-03 09:13:20 +03:00
New alloc set code using a memory block pool for small allocations.
Jan
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: nodes.h,v 1.38 1999/02/04 03:19:10 momjian Exp $
|
||||
* $Id: nodes.h,v 1.39 1999/02/06 16:50:31 wieck Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -282,6 +282,11 @@ extern void *stringToNode(char *str);
|
||||
*/
|
||||
extern void *copyObject(void *obj);
|
||||
|
||||
/*
|
||||
* nodes/freefuncs.c
|
||||
*/
|
||||
extern void freeObject(void *obj);
|
||||
|
||||
/*
|
||||
* nodes/equalfuncs.c
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user