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)
commitd3a56c6042acf037bbd53de88d7636a5803ead20
treeb8d2a4c93c051d27179226e44bd1c687d10cb567
parentd573700a9218bce8efd21f0be70afec6b460f8b9
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.
source/include/proto.h
source/include/talloc.h
source/lib/talloc.c
source/rpc_parse/parse_lsa.c
source/rpc_parse/parse_misc.c
source/rpc_parse/parse_spoolss.c
source/rpc_server/srv_pipe_hnd.c
source/smbd/process.c