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:
parent
f2539c78d2
commit
03c36e0be1
@ -1532,7 +1532,7 @@ sstrdup(const char *p)
|
|||||||
return memcpy(stalloc(len), p, len);
|
return memcpy(stalloc(len), p, len);
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void
|
static ALWAYS_INLINE void
|
||||||
grabstackblock(size_t len)
|
grabstackblock(size_t len)
|
||||||
{
|
{
|
||||||
stalloc(len);
|
stalloc(len);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user