rename segment_map_destroy to segment_map_unsafe_destroy

This commit is contained in:
Daan Leijen
2024-12-30 11:00:54 -08:00
parent a046b6ff33
commit 9561ae4286
4 changed files with 7 additions and 4 deletions

View File

@@ -167,7 +167,7 @@ void _mi_arena_field_cursor_done(mi_arena_field_cursor_t* current);
// "segment-map.c"
void _mi_segment_map_allocated_at(const mi_segment_t* segment);
void _mi_segment_map_freed_at(const mi_segment_t* segment);
void _mi_segment_map_destroy(void);
void _mi_segment_map_unsafe_destroy(void);
// "segment.c"
mi_page_t* _mi_segment_page_alloc(mi_heap_t* heap, size_t block_size, size_t page_alignment, mi_segments_tld_t* tld);