summaryrefslogtreecommitdiffstats
path: root/source/lib/talloctort.c
Commit message (Collapse)AuthorAgeFilesLines
* talloc_init_named -> talloc_init.Jeremy Allison2002-12-221-1/+1
| | | | Jeremy.
* Removed version number from file header.Tim Potter2002-01-301-1/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* Make talloctort call talloc_describe_all before exitingMartin Pool2002-01-031-0/+2
|
* Use less memory, but scribble all over it, just in case there'sMartin Pool2001-12-191-4/+6
| | | | something wrong with the way it's allocated.
* Make TALLOC_CTX and talloc_chunk private to talloc.c.Martin Pool2001-12-191-3/+8
| | | | | | | | | | Add a global singly-linked list of all active talloc pools, so that we can eventually show how much memory is used for different purposes. This also gives a check that pools are not being doubly freed. talloc_init_named now handle a NULL name properly (ie does nothing) Add accessor talloc_pool_name().
* Add a very trivial talloc torture program, bin/talloctort. Not builtMartin Pool2001-12-191-0/+56
by default.