From 2cbeda847bb58bfac73d2048e3e0300ff1b2b894 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Fri, 2 Jun 2023 03:40:12 +0000 Subject: Fix a few more typos I missed in previous round -- BZ 25337 --- malloc/tst-malloc-tcache-leak.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'malloc') diff --git a/malloc/tst-malloc-tcache-leak.c b/malloc/tst-malloc-tcache-leak.c index a2a624f..27b5ab2 100644 --- a/malloc/tst-malloc-tcache-leak.c +++ b/malloc/tst-malloc-tcache-leak.c @@ -42,7 +42,7 @@ worker (void *data) /* Allocate an arbitrary amount of memory that is known to fit into the thread local cache (tcache). If we have at least 64 bins (default e.g. TCACHE_MAX_BINS) we should be able to allocate 32 - bytes and force malloc to fill the tcache. We are assuming tcahce + bytes and force malloc to fill the tcache. We are assuming tcache init happens at the first small alloc, but it might in the future be deferred to some other point. Therefore to future proof this test we include a full alloc/free/alloc cycle for the thread. We -- cgit v1.1