Searched defs:page (Results 1 – 5 of 5) sorted by relevance
33 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<PageImpl> page) in DispatcherImpl()
193 Page* page = GetPages(COMMON_PAGE_SIZE); in EnsureGoodNode() local226 Page* page = GetPages(initalBytes); in Init() local291 Page* page = new (PagePool::Instance().GetPage(bytes)) Page(nullptr, bytes); in GetPages() local297 TreapNode* ConstructFreeNodeList(const Page* page, size_t bytes) const in ConstructFreeNodeList()
181 static inline void DestroyPage(Page& page) in DestroyPage()190 void InitPage(Page& page) in InitPage()222 inline void AddToList(Page*& list, Page& page) const in AddToList()231 inline void RemoveFromList(Page*& list, Page& page) const in RemoveFromList()
41 def get_url(name, page): argument
202 auto page = std::make_unique<PageImpl>(); in Dispatcher() local