mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Fix a few more typos I missed in previous round -- BZ 25337
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user