Re: [HACKERS] new heap manager mmalloc

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: jwieck(at)debis(dot)com
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] new heap manager mmalloc
Date: 1999-01-30 05:22:35
Message-ID: 199901300522.AAA07740@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-01-30 06:06:12 Re: [HACKERS] Postgres Speed or lack thereof
Previous Message Bruce Momjian 1999-01-30 05:13:47 Re: AW: [HACKERS] Another TEMP table trick