@@ -34,7 +34,7 @@
|
||||
* (c) Any generated number >= n_bucket * 2^lg_bucket_width will be counted
|
||||
* towards the last bucket; the expected mean and stddev provided should
|
||||
* also reflect that.
|
||||
* (d) The number of iterations is adviced to be determined so that the bucket
|
||||
* (d) The number of iterations is advised to be determined so that the bucket
|
||||
* with the minimal expected proportion gets a sufficient count.
|
||||
*/
|
||||
|
||||
|
@@ -4,7 +4,7 @@ TEST_BEGIN(test_sz_psz2ind) {
|
||||
/*
|
||||
* Testing page size classes which reside prior to the regular group
|
||||
* with all size classes divisible by page size.
|
||||
* For x86_64 Linux, it's 4096, 8192, 12288, 16384, with correponding
|
||||
* For x86_64 Linux, it's 4096, 8192, 12288, 16384, with corresponding
|
||||
* pszind 0, 1, 2 and 3.
|
||||
*/
|
||||
for (size_t i = 0; i < SC_NGROUP; i++) {
|
||||
|
Reference in New Issue
Block a user