]> git.ipfire.org Git - thirdparty/samba.git/commit
lib:talloc: Increase alloc size to 128 kilobytes
authorAndreas Schneider <asn@samba.org>
Thu, 27 Apr 2023 09:24:59 +0000 (11:24 +0200)
committerMartin Schwenke <martins@samba.org>
Sat, 28 Sep 2024 00:11:34 +0000 (00:11 +0000)
commit39c13f062a859d17b5be3a2a02fece8d0b1819f1
tree68824325a2ab152b121eaac3f1339071d4620d5e
parent00d5982da2f5f2595b634b957c7d0b990e12b37b
lib:talloc: Increase alloc size to 128 kilobytes

We want to avoid that the optimizer will use stack allocations. This way
the test should be a bit more realistic.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
lib/talloc/testsuite.c