• Nils Goroll's avatar
    Simplify allocation in fellow_cache_obj_new() · dba27bd9
    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.
    dba27bd9
Name
Last commit
Last update
LICENSES Loading commit data...
logs Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
BUGS.rst Loading commit data...
CHANGES.rst Loading commit data...
COPYING 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...