Home
last modified time | relevance | path

Searched defs:SuperBlockPage (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/store/source/
H A Dstorbios.cxx178 struct SuperBlockPage struct
180 typedef OStoreSuperBlock SuperBlock;
184 SuperBlock m_aSuperOne;
185 SuperBlock m_aSuperTwo;
189 static const size_t theSize = 2 * SuperBlock::theSize;
190 static const sal_uInt16 thePageSize = theSize;
195 static void * operator new (size_t n) SAL_THROW(()) in operator new()
199 static void operator delete (void * p, size_t) SAL_THROW(()) in operator delete()
208 static void operator delete (void * p, sal_uInt16) SAL_THROW(()) in operator delete()
215 explicit SuperBlockPage (sal_uInt16 nPageSize = thePageSize) in SuperBlockPage() function
[all …]

Completed in 11 milliseconds