Lugdunum
0.1.0
include
lug
System
Memory
Area
Stack.inl
Go to the documentation of this file.
1
template
<
size_t
Size>
2
inline
Page
*
lug::System::Memory::Area::Stack<Size>::requestNextPage
() {
3
if
(_nextPage) {
4
_nextPage =
false
;
5
return
&_page;
6
}
7
8
return
nullptr
;
9
}
lug::System::Memory::Area::Page
Definition:
IArea.hpp:12
lug::System::Memory::Area::Stack::requestNextPage
Page * requestNextPage() override
Definition:
Stack.inl:2
Generated by
1.8.13