Why repalloc() != realloc() ?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Why repalloc() != realloc() ?
Дата
Msg-id 20040602025718.GA518@dcc.uchile.cl
обсуждение исходный текст
Ответы Re: Why repalloc() != realloc() ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hackers,

Is there a reason why repalloc() does not behave the same as realloc?
realloc(NULL, size) behaves the same as malloc(size), and it seems
useful behavior -- I wonder why repalloc() chooses to Assert() against
this exact condition?

I assume this is because the NULL pointer would not know what context it
belongs to, but the obvious answer is CurrentMemoryContext just like
palloc() does.  So there must be another reason.

Can this behavior be changed?

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Para tener más hay que desear menos"



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Official Freeze Date for 7.5: July 1st, 2004
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Converting postgresql.conf parameters to kilobytes