typo in docs/tcmalloc.html

This commit is contained in:
Ishan Arora 2018-01-09 01:33:13 +05:30 committed by Ishan Arora
parent 71bf09aabe
commit a42e44738a
1 changed files with 1 additions and 1 deletions

View File

@ -605,7 +605,7 @@ tries to allocate memory from the kernel.</p>
</tr>
<tr valign=top>
<td><code>TCMALLOC_MEMFS_MAP_PRVIATE</code></td>
<td><code>TCMALLOC_MEMFS_MAP_PRIVATE</code></td>
<td>default: false</td>
<td>
If true, use MAP_PRIVATE when mapping via memfs, not MAP_SHARED.