mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-20 18:26:40 +00:00
quick pure gc prototype
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
// Two-Level Segregate Fit Memory Allocator.
|
||||
//
|
||||
// A general purpose dynamic memory allocator specifically designed to meet real-time requirements.
|
||||
// Always aligns to 8 bytes.
|
||||
|
||||
// ╒══════════════ Block size interpretation (32-bit) ═════════════╕
|
||||
// 3 2 1
|
||||
// 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 bits
|
||||
|
Reference in New Issue
Block a user