Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | talloc_init_named -> talloc_init. | Jeremy Allison | 2002-12-22 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -1/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | Make talloctort call talloc_describe_all before exiting | Martin Pool | 2002-01-03 | 1 | -0/+2 |
| | |||||
* | Use less memory, but scribble all over it, just in case there's | Martin Pool | 2001-12-19 | 1 | -4/+6 |
| | | | | something wrong with the way it's allocated. | ||||
* | Make TALLOC_CTX and talloc_chunk private to talloc.c. | Martin Pool | 2001-12-19 | 1 | -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 built | Martin Pool | 2001-12-19 | 1 | -0/+56 |
by default. |