summaryrefslogtreecommitdiff
path: root/source3/lib/talloctort.c
AgeCommit message (Collapse)AuthorFilesLines
2001-12-19Make TALLOC_CTX and talloc_chunk private to talloc.c.Martin Pool1-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(). (This used to be commit 4c6c03c8c7c18762dd9ef1a1bd88350b8960542f)
2001-12-19Add a very trivial talloc torture program, bin/talloctort. Not builtMartin Pool1-0/+56
by default. (This used to be commit e3390669958f01672f5638ebf975e8bd4fd67665)