cache: reduce allocation of cache entries to one chunk of memory, using calloc_a
authorFelix Fietkau <nbd@openwrt.org>
Tue, 3 Jun 2014 21:39:40 +0000 (23:39 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 3 Jun 2014 21:39:40 +0000 (23:39 +0200)
commitb424a3b9941e2818f632a92bdbc8f5e5d16a2457
tree07a85697743b94f516c9c92d2d6689881c2c85a6
parentd76c21865eed783deb18a34a4f497f3da50320c9
cache: reduce allocation of cache entries to one chunk of memory, using calloc_a

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
cache.c