diff options
Diffstat (limited to 'src/segment.c')
-rw-r--r-- | src/segment.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/segment.c b/src/segment.c index c6036c4..6ae3d9a 100644 --- a/src/segment.c +++ b/src/segment.c @@ -18,9 +18,6 @@ static void mi_segment_delayed_decommit(mi_segment_t* segment, bool force, mi_st /* -------------------------------------------------------------------------------- Segment allocation - In any case the memory for a segment is virtual and usually committed on demand. - (i.e. we are careful to not touch the memory until we actually allocate a block there) - If a thread ends, it "abandons" pages with used blocks and there is an abandoned segment list whose segments can be reclaimed by still running threads, much like work-stealing. |