diff --git a/Writerside/topics/Computer-Architecture.md b/Writerside/topics/Computer-Architecture.md index 6934f77..886f3df 100644 --- a/Writerside/topics/Computer-Architecture.md +++ b/Writerside/topics/Computer-Architecture.md @@ -806,7 +806,7 @@ struct hello {
sizeof(hello) = 16
-Imporvement:
+Improvement:
sizeof(hello) = 12
-### 4 C Memory Layout +### 3 C Memory LayoutProgram's
malloc()
and used with pointers; resizes dynamically,
-grow upward.
malloc()
and used with pointers; resizes dynamically,
+ grow upward.
main()
is a function.
main()
is a function.
freed when function returns.
+freed when function returns.
malloc
, calloc
& realloc
):
-
malloc
, calloc
& realloc
):
+