LibreOffice Module store (master) 1
Classes | Namespaces | Functions
storcach.cxx File Reference
#include <sal/config.h>
#include "storcach.hxx"
#include <sal/log.hxx>
#include <sal/types.h>
#include <sal/macros.h>
#include <rtl/alloc.h>
#include <osl/diagnose.h>
#include <store/types.h>
#include "storbase.hxx"
#include <memory>
#include <string.h>
Include dependency graph for storcach.cxx:

Go to the source code of this file.

Classes

struct  store::Entry
 

Namespaces

namespace  store
 Old OStorePageCache implementation.
 

Functions

static int highbit (std::size_t n)
 
storeError store::PageCache_createInstance (rtl::Reference< store::PageCache > &rxCache, sal_uInt16 nPageSize)
 

Function Documentation

◆ highbit()

static int highbit ( std::size_t  n)
static

Definition at line 126 of file storcach.cxx.

References n.

Referenced by store::PageCache::rescale_Impl(), and store::PageCache::~PageCache().