Re: [HACKERS] new heap manager mmalloc - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] new heap manager mmalloc
Date
Msg-id 199901300522.AAA07740@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] new heap manager mmalloc  (jwieck@debis.com (Jan Wieck))
List pgsql-hackers
>     The functions to manage it are:
> 
>         void tmppalloc_push(void);
>         void tmppalloc_pop(void);
>         void *tmppalloc(Size size);
>         void *tmpuppalloc(Size size, int levels_up);

This is a nice interface that I think would work.  Let's map out the
*alloc options after 6.5, pick one, and go for it.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Vadim Mikheev
Date:
Subject: Re: [HACKERS] READ COMMITTED isolevel is implemented ...
Next
From: Bruce Momjian
Date:
Subject: Re: AW: [HACKERS] Another TEMP table trick