Cache Internals¶
- int DIR_SIZE_WITH_BLOCK(int big) P_CacheDir.h line 51¶
A preprocessor macro which computes the maximum size of a fragment based on the value of big. This is computed as if the argument where the value of the big field in a struct Dir.
- int DIR_BLOCK_SIZE(int big) P_CacheDir.h line 50¶
A preprocessor macro which computes the block size multiplier for a struct Dir where big is the big field value.