summaryrefslogtreecommitdiffstats
path: root/lib/talloc/talloc.c
Commit message (Expand)AuthorAgeFilesLines
* talloc: preserve context name on talloc_free_children()Simo Sorce2011-08-201-0/+23
* talloc: ensure the sibling linked list remains valid during a freeAndrew Tridgell2011-08-201-15/+3
* talloc: splitout _talloc_free_children_internal()Stefan Metzmacher2011-05-201-50/+27
* talloc: fixed a use after free error in talloc_free_children()Stefan Metzmacher2011-05-201-1/+16
* talloc: use _talloc_free_internal() in talloc_free_children()Stefan Metzmacher2011-05-201-1/+1
* talloc: setup the new 'tc' before TC_UNDEFINE_GROW_CHUNK() _talloc_realloc()Stefan Metzmacher2011-05-201-0/+1
* talloc: make really sure only optimize realloc if there's only one pool chunkStefan Metzmacher2011-05-201-1/+6
* talloc: make use of _talloc_free_poolmem() in _talloc_realloc()Stefan Metzmacher2011-05-201-15/+1
* talloc: split the handling of FLAG_POOL/FLAG_POOLMEM in _talloc_free_internalStefan Metzmacher2011-05-201-32/+66
* talloc: use TC_UNDEFINE_SHRINK_CHUNK() instead of TC_INVALIDATE_SHRINK_CHUNK(...Stefan Metzmacher2011-05-021-1/+36
* talloc: fix compiler warnings with -Wc++-compatStefan Metzmacher2011-04-131-5/+5
* talloc: include valgrind headers if availableStefan Metzmacher2011-04-121-0/+9
* talloc: add TC_INVALIDATE_POOL marcoStefan Metzmacher2011-04-121-3/+38
* talloc: add TC_UNDEFINE_GROW_CHUNK() marcoStefan Metzmacher2011-04-121-0/+21
* talloc: add TC_INVALIDATE_SHRINK_CHUNK() marcoStefan Metzmacher2011-04-121-0/+28
* talloc: add TC_INVALIDATE_FULL_CHUNK() macroStefan Metzmacher2011-04-121-12/+36
* talloc: use VALGRIND_MAKE_MEM_UNDEFINED() before memmove()Stefan Metzmacher2011-04-121-0/+12
* talloc: optimize talloc_free() and talloc_realloc() for talloc poolsStefan Metzmacher2011-04-121-22/+138
* talloc: add TC_POOL_FIRST_CHUNK() macroStefan Metzmacher2011-04-121-2/+5
* talloc: add TC_POOL_SPACE_LEFT() macroStefan Metzmacher2011-04-121-2/+5
* talloc: add TC_ALIGN16() macroStefan Metzmacher2011-04-121-2/+3
* talloc: use TC_HDR_SIZE instead of sizeof(struct talloc_chunk)Stefan Metzmacher2011-04-121-1/+1
* talloc: fixed a use after free errorAndrew Tridgell2011-01-051-1/+16
* talloc: Clarify error message on access after free.Jelmer Vernooij2011-01-051-4/+4
* talloc: added TALLOC_FREE_FILL environment variableAndrew Tridgell2010-11-191-0/+30
* Move talloc_enable_null_tracking() to the s3 daemonsVolker Lendecke2010-10-081-7/+0
* talloc: fixed spelling errors in commentAndrew Tridgell2010-09-151-2/+2
* talloc: there is no ambiguity when freeing a ptr with a null parentAndrew Tridgell2010-04-201-0/+7
* talloc: mark public functions as _PUBLIC_Andrew Tridgell2010-04-181-62/+62
* talloc: a useful bit of debug codeAndrew Tridgell2010-04-021-0/+8
* talloc: add a define for TALLOC_MAX_DEPTHAndrew Tridgell2010-04-021-1/+1
* talloc: limit the depth that talloc will go for talloc_is_parent()Andrew Tridgell2010-04-021-2/+11
* talloc: Fix write behind memory blockKamen Mazdrashki2009-12-081-1/+1
* talloc: fixed talloc_disable_null_tracking()Andrew Tridgell2009-09-201-0/+27
* talloc: don't crash if f is NULL in talloc_report_*Andrew Tridgell2009-09-171-2/+4
* talloc: when we enable NULL tracking, reparent the autofree contextAndrew Tridgell2009-09-151-0/+3
* report the location of the original talloc_free on double freetalloc-2.0.0Andrew Tridgell2009-09-041-11/+18
* talloc: add defines and functions for TALLOC_MAJOR/MINOR_VERSIONStefan Metzmacher2009-08-241-7/+39
* talloc: remove ABI compat functionsStefan Metzmacher2009-08-241-28/+0
* talloc: remove unused build dependecies to sambaStefan Metzmacher2009-08-241-18/+0
* talloc: add talloc_set_log_fn() and talloc_set_log_stderr()Stefan Metzmacher2009-08-241-12/+49
* talloc: let talloc_steal() only generate a warning if it's used with referencesStefan Metzmacher2009-08-241-2/+1
* talloc: call return after abort, because an overloaded abort function might n...Stefan Metzmacher2009-08-241-0/+4
* talloc: report the size of reference handles as 0Stefan Metzmacher2009-08-241-1/+3
* talloc: let talloc_total_blocks() and talloc_get_size() operate on the null_c...Stefan Metzmacher2009-08-241-2/+15
* Fix some warningsVolker Lendecke2009-07-041-2/+3
* Restore ABI compatibility for talloc.Simo Sorce2009-07-031-4/+39
* talloc: change TALLOC_MAGIC for version 2.0.0Stefan Metzmacher2009-07-021-1/+12
* a talloc_realloc() to zero size needs to use an unambiguous freeAndrew Tridgell2009-07-011-1/+1
* changes to remove the ambiguity in talloc_free() and talloc_steal() Andrew Tridgell2009-07-011-20/+99