You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Additional information about the allocator and some of its design choices can be
12
12
13
13
## Design
14
14
15
-
You can think of Isolation Alloc as a [region based](https://en.wikipedia.org/wiki/Region-based_memory_management)memory allocator. If you are familiar with the implementation of arenas in other allocators then the concepts here will be familiar to you.
15
+
At a high level IsoAlloc creates zones which are used to manage regions of memory that hold individual allocations of a specific size. If you are familiar with the implementation of arenas in other heap allocators then the concepts here will be familiar to you.
16
16
17
17

0 commit comments