LDK::Details::NoOfPools Struct Reference


Public Types

enum  {
  max = MAX_CHUNKSIZE, maxIsPowerOf2 = Meta::PowerOf2<max>::value, pwrOf2 = PoolCount<(maxIsPowerOf2 ? max : (max-(max/3)))>::value, notPwrOf2 = PoolCount<(maxIsPowerOf2 ? (max-(max/4)) : max)>::value,
  value = pwrOf2 + notPwrOf2
}

Detailed Description

Definition at line 400 of file Memory.h.


The documentation for this struct was generated from the following file:
Generated on Fri Aug 17 18:32:28 2007 for LDK by  doxygen 1.5.1