cache: reduce allocation of cache records to one chunk of memory, using calloc_a
authorFelix Fietkau <nbd@openwrt.org>
Tue, 3 Jun 2014 22:06:10 +0000 (00:06 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 3 Jun 2014 22:06:10 +0000 (00:06 +0200)
commit6d9da0c672b8df34435c4834d6aec4cc9a10792e
tree0db66d68f12b429e3c61e57397acce699ecac291
parent819b909b82e4c3bce2a49f822bef9ab2bc26093a
cache: reduce allocation of cache records to one chunk of memory, using calloc_a

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