mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 12:12:10 -04:00
Some formatting changes to adhere to Panda coding style guide.
This commit is contained in:
parent
49915c3080
commit
9a84565fd8
File diff suppressed because it is too large
Load Diff
@ -29,8 +29,9 @@
|
|||||||
#define LruMutexHolder(mutex)
|
#define LruMutexHolder(mutex)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MAXIMUM_LRU_PAGE_TYPES 8
|
|
||||||
#define FRAME_MAXIMUM_PRIORITY_CHANGES 256
|
static const int MAXIMUM_LRU_PAGE_TYPES = 8;
|
||||||
|
static const int FRAME_MAXIMUM_PRIORITY_CHANGES = 256;
|
||||||
|
|
||||||
|
|
||||||
class Lru;
|
class Lru;
|
||||||
@ -199,8 +200,8 @@ public:
|
|||||||
|
|
||||||
int total_page_access;
|
int total_page_access;
|
||||||
|
|
||||||
int minimum_page_out_frames; // number of frames required before page out
|
int minimum_page_out_frames; // number of frames required before page out
|
||||||
int maximum_page_updates_per_frame; // unused pages
|
int maximum_page_updates_per_frame; // unused pages
|
||||||
|
|
||||||
int start_priority_index;
|
int start_priority_index;
|
||||||
LruPage *start_update_lru_page;
|
LruPage *start_update_lru_page;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user