Skip to content

Commit

Permalink
basic design -> core design
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Aug 19, 2019
1 parent 0e4ea00 commit 2e4ab73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* [Android-based operating systems](#android-based-operating-systems)
* [Traditional Linux-based operating systems](#traditional-linux-based-operating-systems)
* [Configuration](#configuration)
* [Basic design](#basic-design)
* [Core design](#core-design)
* [Security properties](#security-properties)
* [Randomness](#randomness)
* [Size classes](#size-classes)
Expand Down Expand Up @@ -276,7 +276,7 @@ control over fairly arbitrarily chosen values like the size of empty slab
caches (making them smaller improves security and reduces memory usage while
larger caches can substantially improves performance).

## Basic design
## Core design

The core design of the allocator is very simple / minimalist. The allocator is
exclusive to 64-bit platforms in order to take full advantage of the abundant
Expand Down

0 comments on commit 2e4ab73

Please sign in to comment.