mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
malloc: Fix duplicate inline for do_set_mxfast
This commit is contained in:
@ -5412,8 +5412,7 @@ do_set_tcache_unsorted_limit (size_t value)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static inline int
|
static __always_inline int
|
||||||
__always_inline
|
|
||||||
do_set_mxfast (size_t value)
|
do_set_mxfast (size_t value)
|
||||||
{
|
{
|
||||||
if (value <= MAX_FAST_SIZE)
|
if (value <= MAX_FAST_SIZE)
|
||||||
|
Reference in New Issue
Block a user