Added total memory allocated counter to talloc, so we can tell if a talloc
authorJeremy Allison <jra@samba.org>
Tue, 27 Feb 2001 19:22:02 +0000 (19:22 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 27 Feb 2001 19:22:02 +0000 (19:22 +0000)
commit5265ce7837a185977f71bcb39a41b57492e24964
treebc5f6b359d30f74f156af64de8253c2e8d311343
parentdbc5cace14de14556da7a32cd9f4a82ef522e401
Added total memory allocated counter to talloc, so we can tell if a talloc
pool is getting bloated. Also added a talloc_zero function to return zeroed memory.
Added debug in rpc_server/srv_pipe_hnd.c so we know when a talloc pool is being
freed. Syncup with srv_pipe_hnd.c from 2.2 so we are freeing memory at the same time.
Jeremy.
(This used to be commit d3a56c6042acf037bbd53de88d7636a5803ead20)
source3/include/proto.h
source3/include/talloc.h
source3/lib/talloc.c
source3/rpc_parse/parse_lsa.c
source3/rpc_parse/parse_misc.c
source3/rpc_parse/parse_spoolss.c
source3/rpc_server/srv_pipe_hnd.c
source3/smbd/process.c