Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 413 Bytes

architecture.md

File metadata and controls

8 lines (6 loc) · 413 Bytes

Under the hood

1. Memory allocation

Memory allocator is a simple CandidType struct. More info on how functions like stable_memory_init() or stable_memory_post_upgrade() affect the memory allocator can be found at this page.

Here is a diagram that describes the complete memory management flow.