• Nils Goroll's avatar
    Simplify allocation in fellow_cache_obj_new() · 5cc5bd6d
    Nils Goroll authored
    the disk object is always a multiple of 4K, and for higher values (like
    12K), rounding up to the next power of two does not make sense.
    
    So, just use two allocations for FCO and FDO always.
    5cc5bd6d
Name
Last commit
Last update
LICENSES Loading commit data...
logs Loading commit data...
src Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
BUGS.rst Loading commit data...
CHANGES.rst Loading commit data...
COPYING Loading commit data...
DEVELOPER.rst Loading commit data...
INSTALL.rst Loading commit data...
Makefile.am Loading commit data...
README.rst Loading commit data...
bootstrap Loading commit data...
configure.ac Loading commit data...