mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-05 01:46:16 +03:00
fix some typos
Signed-off-by: cuishuang <imcusg@gmail.com>
This commit is contained in:
parent
0e29ad4efa
commit
9a242f16d9
10 changed files with 11 additions and 11 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue