ash: use bbox wrappers for malloc etc instead of homegrown ones
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 10 Oct 2009 22:45:25 +0000 (00:45 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 10 Oct 2009 22:45:25 +0000 (00:45 +0200)
commite7670ff81d01d06f8f27ffb3b6e6d5e6f92c8f74
treea6a13f9d753c590c06299e0c0770992b5faaba03
parent0e5e4eaf7bbfa5d71db1ea410f734c8458a2071e
ash: use bbox wrappers for malloc etc instead of homegrown ones

function                                             old     new   delta
popstring                                            134     140      +6
ckmalloc                                               9       -      -9
ckstrdup                                              22       -     -22
ckrealloc                                             24       -     -24
ckzalloc                                              28       -     -28
------------------------------------------------------------------------------
(add/remove: 0/4 grow/shrink: 1/0 up/down: 6/-83)             Total: -77 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c