19 #ifndef NDBD_SUPER_POOL_HPP
20 #define NDBD_SUPER_POOL_HPP
22 #include "SuperPool.hpp"
35 virtual PtrI getNewPage();
43 virtual bool allocMemory() {
return allocMem() != 0; }
45 Uint32 allocAreaMemory(
AllocArea*, Uint32 pages);
50 Uint32 m_shift, m_add;