r4711: - deprecate talloc_destroy()
[samba.git] / source4 / lib / talloc / talloc.h
2007-10-10 Andrew Tridgellr4711: - deprecate talloc_destroy()
2007-10-10 Stefan Metzmacherr4689: - make talloc_report_depth() public
2007-10-10 Stefan Metzmacherr4687: use struct type and location for easier finding
2007-10-10 Stefan Metzmacherr4609: add a usefull data_blob_dup_talloc() macro
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Andrew Tridgellr4550: talloc() is now typesafe. It is exactly equivale...
2007-10-10 Andrew Tridgellr4549: got rid of a lot more uses of plain talloc(...
2007-10-10 Andrew Tridgellr4547: - added talloc_new(ctx) macro that is a neater...
2007-10-10 Andrew Tridgellr4479: added the function talloc_autofree_context(...
2007-10-10 Andrew Tridgellr4473: - moved talloc into its own lib/talloc/ area