summaryrefslogtreecommitdiffstats
path: root/lib/talloc
Commit message (Expand)AuthorAgeFilesLines
* talloc: version 2.1.1Stefan Metzmacher2014-05-163-1/+71
* talloc/tests: avoid some unused variable warningsStefan Metzmacher2014-05-161-0/+13
* talloc: fix compiler warningStefan Metzmacher2014-05-161-1/+4
* talloc: check for TALLOC_GET_TYPE_ABORT_NOOPStefan Metzmacher2014-05-161-0/+4
* talloc: avoid a function call in TALLOC_FREE() if possible.Stefan Metzmacher2014-05-161-1/+1
* talloc: inline talloc_get_name()Stefan Metzmacher2014-05-161-6/+10
* talloc: inline more static functionsStefan Metzmacher2014-05-161-19/+26
* talloc: Tune talloc_vasprintfVolker Lendecke2014-05-151-5/+9
* talloc: Update flags in pytalloc-util pkgconfig fileLukas Slebodnik2014-04-041-2/+2
* Add a basic guide on pytalloc.Jelmer Vernooij2013-11-282-0/+156
* talloc: Add a warning to talloc_reference() documentation.Andreas Schneider2013-10-141-0/+8
* talloc: Test the pooled objectVolker Lendecke2013-09-081-0/+36
* talloc: Add talloc_pooled_objectVolker Lendecke2013-09-085-1/+174
* talloc: Allow nested pools.Volker Lendecke2013-09-083-24/+52
* talloc: Add a separate pool sizeVolker Lendecke2013-09-081-12/+23
* talloc: Put pool-specific data before the chunkVolker Lendecke2013-09-081-79/+125
* talloc: Introduce __talloc_with_prefixVolker Lendecke2013-09-081-10/+22
* talloc: Decouple the dual use of chunk->poolVolker Lendecke2013-09-081-25/+23
* Fix valgrind errors with memmove and talloc pools.Jeremy Allison2013-08-281-0/+21
* Add simple limited pool tests to test_memlimit().Jeremy Allison2013-08-271-0/+27
* Remove talloc_memlimit_update(). No longer used.Jeremy Allison2013-08-271-24/+0
* Inside _talloc_realloc(), keep track of size changes over malloc/realloc/free.Jeremy Allison2013-08-271-4/+15
* Don't call talloc_memlimit_update() inside _talloc_realloc() when we're just ...Jeremy Allison2013-08-271-15/+0
* Fix a conditional check. (size - tc->size > 0) is always true if size and tc-...Jeremy Allison2013-08-271-1/+1
* In _talloc_steal_internal(), correctly decrement the memory limit in the sour...Jeremy Allison2013-08-271-12/+5
* Inside _talloc_free_internal(), always call talloc_memlimit_update_on_free() ...Jeremy Allison2013-08-271-23/+4
* Update memory limits when we call free() on a pool.Jeremy Allison2013-08-271-0/+2
* Change __talloc() to only call talloc_memlimit_check()/talloc_memlimit_grow()...Jeremy Allison2013-08-271-12/+9
* Change _talloc_total_mem_internal() to ignore memory allocated from a pool wh...Jeremy Allison2013-08-271-1/+8
* Remove magic TC_HDR_SIZE handling inside talloc_memlimit_check().Jeremy Allison2013-08-271-1/+1
* Start to fix talloc memlimits with talloc pools.Jeremy Allison2013-08-271-0/+72
* build: Remove autoconf build systemAndrew Bartlett2013-05-282-52/+0
* talloc: Fix a typoVolker Lendecke2013-05-201-1/+1
* talloc: only provide the --enable-talloc-compat1 in standalone buildStefan Metzmacher2013-05-141-4/+6
* talloc: Simplify _talloc_free_poolmem a bitVolker Lendecke2013-04-181-2/+14
* talloc: Do an early returnVolker Lendecke2013-04-181-3/+6
* talloc: Avoid some "else" by doing early returnsVolker Lendecke2013-04-181-4/+8
* talloc: Fix nonblank line endingsVolker Lendecke2013-04-181-34/+34
* lib/talloc: Move manpage to man/.Karolin Seeger2012-12-032-13/+13
* docs: man talloc: Add missing meta data.Karolin Seeger2012-11-291-0/+12
* talloc: Convert error cecking macros into fnsSimo Sorce2012-10-051-37/+74
* Add tests for talloc_memlimitSimo Sorce2012-10-051-0/+172
* Add memory limiting capability to tallocSimo Sorce2012-10-055-40/+327
* doc: Remove build/ from doxygen config or it will not work in brew.Andreas Schneider2012-08-041-4/+1
* talloc: don't allow a talloc_pool inside a talloc_pool.Rusty Russell2012-07-182-1/+9
* talloc: use a struct for pool headers.Rusty Russell2012-07-182-106/+90
* talloc: remove unused variablesBjörn Jacke2012-07-051-5/+0
* build: Remove unused release scripts for tallocAndrew Bartlett2012-05-306-518/+0
* talloc: Update doxygen config.Andreas Schneider2012-05-071-119/+391
* doc: Remove latex to doxygen conversion leftovers in talloc.Pavel Březina2012-05-072-8/+8