Change __talloc() to only call talloc_memlimit_check()/talloc_memlimit_grow() on...
commita4ebbe73b4b8dcab4d344e693ad9796ec8997f87
authorJeremy Allison <jra@samba.org>
Tue, 27 Aug 2013 19:49:00 +0000 (27 12:49 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 27 Aug 2013 22:44:19 +0000 (27 15:44 -0700)
tree27756019ee0e9751b09f4c0091f7bbd67547d262
parent4159a78ed7eda340758e22286f16186987a20f2f
Change __talloc() to only call talloc_memlimit_check()/talloc_memlimit_grow() on actual malloc allocation.

Don't check the memlimit if the allocation was successful from a pool. We already
checked the memory limit when we created the pool.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Simo Sorce <idra@samba.org>
lib/talloc/talloc.c