Concept Flow - Memory allocation flow
Start Program
Request Memory Allocation
Check Available Memory
Yes No
Allocate Memory
Use Memory
Free Memory
End Program
This flow shows how a program requests memory, checks availability, allocates if possible, uses it, then frees it.