mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Update image
This commit is contained in:
parent
afb0b061fd
commit
3bce3c1e17
3 changed files with 3 additions and 1 deletions
|
@ -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 |
Loading…
Add table
Reference in a new issue