mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 23:39:31 +03:00
update comments
This commit is contained in:
parent
037285ac09
commit
d87933a3b5
1 changed files with 3 additions and 2 deletions
|
@ -6,8 +6,9 @@ terms of the MIT license. A copy of the license can be found in the file
|
||||||
-----------------------------------------------------------------------------*/
|
-----------------------------------------------------------------------------*/
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------------
|
/* ----------------------------------------------------------------------------
|
||||||
Implements a cache of segments to avoid expensive OS calls
|
Implements a cache of segments to avoid expensive OS calls and to reuse
|
||||||
and also the full memory map of all segments.
|
the commit_mask to optimize the commit/decommit calls.
|
||||||
|
The full memory map of all segments is also implemented here.
|
||||||
-----------------------------------------------------------------------------*/
|
-----------------------------------------------------------------------------*/
|
||||||
#include "mimalloc.h"
|
#include "mimalloc.h"
|
||||||
#include "mimalloc-internal.h"
|
#include "mimalloc-internal.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue