1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib/talloc
Stefan Metzmacher f0f5ac18e5 talloc: use TC_UNDEFINE_SHRINK_CHUNK() instead of TC_INVALIDATE_SHRINK_CHUNK() for realloc path
If we optimize on top of raw realloc() we need
TC_INVALIDATE_SHRINK_CHUNK together with TC_UNDEFINE_GROW_CHUNK
(with was missing and caused false positive valgrind warnings).

But that is really slow, as we do a lot of talloc_realloc calls in samba.

That's why we only to TC_UNDEFINE_SHRINK_CHUNK() for now.

metze
2011-05-02 13:58:22 +02:00
..
ABI talloc: change version to 2.0.5 after a critical bugfix 2011-01-05 10:24:47 +01:00
compat talloc: add --enable-talloc-compat1 to build a compat library for talloc 1.x.x 2009-08-24 16:29:58 +10:00
doc Move the talloc details to the mainpage. 2010-02-08 11:04:59 +11:00
script release-scripts: parametrize scripts 2010-02-08 10:29:06 -05:00
web Update tdb and talloc web pages 2009-05-05 19:04:39 -04:00
configure talloc: Look harder for waf. 2010-10-31 18:06:16 +00:00
doxy.config talloc: Fixed a doxygen problem with PRINTF_ATTRIBUTE. 2010-05-10 10:28:37 +02:00
libtalloc.m4 Add exports file and abi checker for talloc 2009-06-15 16:31:12 -04:00
Makefile waf: ensure "make dist" works from a clean git tree for all libraries 2011-01-08 02:35:22 +01:00
NEWS Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
pytalloc_util.c talloc: mark pytalloc-util functions as _PUBLIC_ 2010-12-08 19:07:12 +01:00
pytalloc-util.pc.in s4-pkgconfig: add @LIB_RPATH@ to our link flags 2010-12-08 12:46:00 +01:00
pytalloc.c Revert broken destructor changes. 2011-01-03 01:48:05 +01:00
pytalloc.h pytalloc: Make py_talloc_default_cmp private. 2010-12-01 01:48:25 +01:00
talloc_guide.txt talloc - some documentation changes 2011-04-04 11:05:42 +02:00
talloc_testsuite.h talloc: Fix warnings in test code 2011-01-03 11:12:39 +01:00
talloc.3.xml Fix license info for talloc in manpage. 2011-04-24 03:27:54 +02:00
talloc.c talloc: use TC_UNDEFINE_SHRINK_CHUNK() instead of TC_INVALIDATE_SHRINK_CHUNK() for realloc path 2011-05-02 13:58:22 +02:00
talloc.h talloc - some documentation changes 2011-04-04 11:05:42 +02:00
talloc.i Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
talloc.pc.in s4-pkgconfig: add @LIB_RPATH@ to our link flags 2010-12-08 12:46:00 +01:00
testsuite_main.c talloc: Fix warnings in test code 2011-01-03 11:12:39 +01:00
testsuite.c talloc/testsuite: avoid memory leak reported by valgrind 2011-04-08 10:15:40 +02:00
wscript lib: don't install public headers if a private library 2011-03-15 12:22:20 +11:00