index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
talloc
/
talloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-08
talloc: Add talloc_pooled_object
Volker Lendecke
1
-0
/
+66
2013-09-08
talloc: Allow nested pools.
Volker Lendecke
1
-22
/
+25
2013-09-08
talloc: Add a separate pool size
Volker Lendecke
1
-12
/
+23
2013-09-08
talloc: Put pool-specific data before the chunk
Volker Lendecke
1
-79
/
+125
2013-09-08
talloc: Introduce __talloc_with_prefix
Volker Lendecke
1
-10
/
+22
2013-09-08
talloc: Decouple the dual use of chunk->pool
Volker Lendecke
1
-25
/
+23
2013-08-28
Fix valgrind errors with memmove and talloc pools.
Jeremy Allison
1
-0
/
+21
2013-08-27
Remove talloc_memlimit_update(). No longer used.
Jeremy Allison
1
-24
/
+0
2013-08-27
Inside _talloc_realloc(), keep track of size changes over malloc/realloc/free.
Jeremy Allison
1
-4
/
+15
2013-08-27
Don't call talloc_memlimit_update() inside _talloc_realloc() when we're just ...
Jeremy Allison
1
-15
/
+0
2013-08-27
Fix a conditional check. (size - tc->size > 0) is always true if size and tc-...
Jeremy Allison
1
-1
/
+1
2013-08-27
In _talloc_steal_internal(), correctly decrement the memory limit in the sour...
Jeremy Allison
1
-12
/
+5
2013-08-27
Inside _talloc_free_internal(), always call talloc_memlimit_update_on_free() ...
Jeremy Allison
1
-23
/
+4
2013-08-27
Update memory limits when we call free() on a pool.
Jeremy Allison
1
-0
/
+2
2013-08-27
Change __talloc() to only call talloc_memlimit_check()/talloc_memlimit_grow()...
Jeremy Allison
1
-12
/
+9
2013-08-27
Change _talloc_total_mem_internal() to ignore memory allocated from a pool wh...
Jeremy Allison
1
-1
/
+8
2013-08-27
Remove magic TC_HDR_SIZE handling inside talloc_memlimit_check().
Jeremy Allison
1
-1
/
+1
2013-08-27
Start to fix talloc memlimits with talloc pools.
Jeremy Allison
1
-0
/
+72
2013-05-20
talloc: Fix a typo
Volker Lendecke
1
-1
/
+1
2013-04-18
talloc: Simplify _talloc_free_poolmem a bit
Volker Lendecke
1
-2
/
+14
2013-04-18
talloc: Do an early return
Volker Lendecke
1
-3
/
+6
2013-04-18
talloc: Avoid some "else" by doing early returns
Volker Lendecke
1
-4
/
+8
2013-04-18
talloc: Fix nonblank line endings
Volker Lendecke
1
-34
/
+34
2012-10-05
talloc: Convert error cecking macros into fns
Simo Sorce
1
-37
/
+74
2012-10-05
Add memory limiting capability to talloc
Simo Sorce
1
-39
/
+238
2012-07-18
talloc: don't allow a talloc_pool inside a talloc_pool.
Rusty Russell
1
-0
/
+7
2012-07-18
talloc: use a struct for pool headers.
Rusty Russell
1
-105
/
+89
2012-04-24
talloc: Fix copy&paste errors
Volker Lendecke
1
-2
/
+2
2012-01-02
talloc: Slightly simplify talloc_unlink
Volker Lendecke
1
-8
/
+7
2012-01-02
talloc: Fix a typo
Volker Lendecke
1
-3
/
+3
2011-10-26
talloc: fix a comment typo
Michael Adam
1
-1
/
+1
2011-09-07
talloc: Remove an unused variable
Volker Lendecke
1
-1
/
+0
2011-08-09
talloc: ensure the sibling linked list remains valid during a free
Andrew Tridgell
1
-15
/
+3
2011-07-29
talloc: preserve context name on talloc_free_children()
Simo Sorce
1
-0
/
+23
2011-05-17
talloc: splitout _talloc_free_children_internal()
Stefan Metzmacher
1
-50
/
+27
2011-05-17
talloc: fixed a use after free error in talloc_free_children()
Stefan Metzmacher
1
-1
/
+16
2011-05-17
talloc: use _talloc_free_internal() in talloc_free_children()
Stefan Metzmacher
1
-1
/
+1
2011-05-17
talloc: setup the new 'tc' before TC_UNDEFINE_GROW_CHUNK() _talloc_realloc()
Stefan Metzmacher
1
-0
/
+1
2011-05-17
talloc: make really sure only optimize realloc if there's only one pool chunk
Stefan Metzmacher
1
-1
/
+6
2011-05-17
talloc: make use of _talloc_free_poolmem() in _talloc_realloc()
Stefan Metzmacher
1
-15
/
+1
2011-05-17
talloc: split the handling of FLAG_POOL/FLAG_POOLMEM in _talloc_free_internal
Stefan Metzmacher
1
-32
/
+66
2011-05-02
talloc: use TC_UNDEFINE_SHRINK_CHUNK() instead of TC_INVALIDATE_SHRINK_CHUNK(...
Stefan Metzmacher
1
-1
/
+36
2011-04-13
talloc: fix compiler warnings with -Wc++-compat
Stefan Metzmacher
1
-5
/
+5
2011-04-08
talloc: include valgrind headers if available
Stefan Metzmacher
1
-0
/
+9
2011-04-08
talloc: add TC_INVALIDATE_POOL marco
Stefan Metzmacher
1
-3
/
+38
2011-04-08
talloc: add TC_UNDEFINE_GROW_CHUNK() marco
Stefan Metzmacher
1
-0
/
+21
2011-04-08
talloc: add TC_INVALIDATE_SHRINK_CHUNK() marco
Stefan Metzmacher
1
-0
/
+28
2011-04-08
talloc: add TC_INVALIDATE_FULL_CHUNK() macro
Stefan Metzmacher
1
-12
/
+36
2011-04-08
talloc: use VALGRIND_MAKE_MEM_UNDEFINED() before memmove()
Stefan Metzmacher
1
-0
/
+12
2011-04-08
talloc: optimize talloc_free() and talloc_realloc() for talloc pools
Stefan Metzmacher
1
-22
/
+138
[next]