Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | r4479: added the function talloc_autofree_context() which returns a talloc ↵ | Andrew Tridgell | 3 | -0/+28 | |
context that will automatically be freed on program exit. This is useful for reducing clutter in leak reports (This used to be commit cf73dda652e0a121901f22771104be6751c0fcb9) | |||||
2007-10-10 | r4473: - moved talloc into its own lib/talloc/ area | Andrew Tridgell | 7 | -0/+2421 | |
- added gcov flags to Makefile.talloc - expanded talloc testsuite to add a test for realloc with a child ptr - fixed a bug in talloc_realloc() with realloc of a ptr that has child ptrs (This used to be commit 98b5f73c1ba34d7576c5995069b485c1c5ede324) |