Update image

This commit is contained in:
Justin Ethier 2018-07-26 17:55:45 -04:00
parent afb0b061fd
commit 3bce3c1e17
3 changed files with 3 additions and 1 deletions

View file

@ -84,7 +84,9 @@ So we now have purple (assigned the previous clear color), clear (assigned the p
# Allocation
The main allocation function takes a fast or slow path depending upon whether a free slot is found on the current heap page:
The main allocation function takes a fast or slow path depending upon whether a free slot is found on the current heap page.
The logic in simplified form is:
result = try_alloc();
if (result)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 44 KiB