summaryrefslogtreecommitdiffstats
path: root/source/include/talloc.h
Commit message (Expand)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Add talloc_asprintf_append, which grows an existing string buffer toMartin Pool2002-01-031-0/+6
* Make TALLOC_CTX and talloc_chunk private to talloc.c.Martin Pool2001-12-191-16/+1
* DocMartin Pool2001-12-191-1/+9
* Put PRINTF_ATTRIBUTE on talloc_init_named, talloc_asprintf,Martin Pool2001-12-191-0/+8
* Start adding some debugging features to talloc based on Samba'sMartin Pool2001-12-191-0/+10
* the BAD_PTR idea in talloc.h is actually a bad idea - it means callers have n...Andrew Tridgell2001-06-221-6/+0
* a much simpler talloc() implementation. This version has the followingAndrew Tridgell2001-03-231-2/+1
* Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison2001-02-271-0/+1
* reworked talloc() to in order to help track down invalidGerald Carter2000-08-121-0/+6
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-0/+3
* implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell2000-01-051-0/+32