talloc as an RAII alternatives in C
Posted Dec 24, 2012 8:35 UTC (Mon) by
scottt (subscriber, #5028)
In reply to:
GNU sed 4.2.2 released; maintainer resigns by daglwn
Parent article:
GNU sed 4.2.2 released; maintainer resigns
> You cannot do RAII in C. End of story.
Apache and Samba manage resource handles through
apr_pool_t and
talloc and they fair pretty well despite being written in C.
(
Log in to post comments)