Skip to content

Commit 38d8dc7

Browse files
authored
Merge pull request #58 from LangProc/clarify/heap_alloc
Clarify heap allocation
2 parents ff59225 + 8070a11 commit 38d8dc7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/c_compiler.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ Here is a (partial) list of features that will not be tested.
136136
* the `void` type is not tested explicitly, but it appears in some helper functions in the test cases, so your compiler cannot break when it encounters this keyword
137137
* the `static` keyword
138138
* standard library support (e.g. `printf(...)` from `<stdio.h>` header)
139+
* heap-allocation: follows from "standard library support", any system call functions typically used in heap-memory allocation/deallocation like `malloc`, `calloc`, `realloc`, `free`
139140

140141
## Test cases
141142

0 commit comments

Comments
 (0)