ash: ALWAYS_INLINE grabstackblock()

function                                             old     new   delta
grabstackblock                                         5       -      -5

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2018-01-10 15:18:35 +01:00
parent f2539c78d2
commit 03c36e0be1

View File

@ -1532,7 +1532,7 @@ sstrdup(const char *p)
return memcpy(stalloc(len), p, len);
}
static inline void
static ALWAYS_INLINE void
grabstackblock(size_t len)
{
stalloc(len);