Searched refs:RTHT_LEVEL1_DYN_ALLOC_THRESHOLD (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dhandletable.cpp80 if (cLevel1 < RTHT_LEVEL1_DYN_ALLOC_THRESHOLD)
94 if (cLevel1 < RTHT_LEVEL1_DYN_ALLOC_THRESHOLD)
102 pThis->cLevel1 = cLevel1 < RTHT_LEVEL1_DYN_ALLOC_THRESHOLD ? cLevel1 : 0;
216 if (pThis->cMax / RTHT_LEVEL2_ENTRIES >= RTHT_LEVEL1_DYN_ALLOC_THRESHOLD)
H A Dhandletable.h37 #define RTHT_LEVEL1_DYN_ALLOC_THRESHOLD 256 macro
H A Dhandletablectx.cpp114 Assert(!cLevel1 || pThis->cMax / RTHT_LEVEL2_ENTRIES >= RTHT_LEVEL1_DYN_ALLOC_THRESHOLD);
H A Dhandletablesimple.cpp106 Assert(!cLevel1 || pThis->cMax / RTHT_LEVEL2_ENTRIES >= RTHT_LEVEL1_DYN_ALLOC_THRESHOLD);

Completed in 342 milliseconds