Home
last modified time | relevance | path

Searched refs:max_free_hpages (Results 1 – 3 of 3) sorted by relevance

/dports/devel/upp/upp/uppsrc/Core/
H A Dheap.cpp13 int Heap::max_free_hpages = 1; // default value member in Upp::Heap
21 master_reserve = Heap::max_free_hpages; in MemoryOptions()
30 Heap::max_free_hpages = master_reserve; in ~MemoryOptions()
H A Dhheap.cpp156 if(free_hpages >= max_free_hpages) { // we have enough pages in the reserve, return to the system in HugeFree()
H A DHeapImp.h277 …static int max_free_hpages; // maximum free master pages kept in reserve (if more, they are retur… member