Add assignment files
Add:
- skeleton files in `src/`
- tests in `tests/`
- `README.md`
- images in `assets/`
- utility files in `utils/`
Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
Showing
- README.md 289 additions, 0 deletionsREADME.md
- assets/coalesce-blocks.svg 4 additions, 0 deletionsassets/coalesce-blocks.svg
- assets/memory-block.svg 4 additions, 0 deletionsassets/memory-block.svg
- assets/split-block.svg 4 additions, 0 deletionsassets/split-block.svg
- src/Makefile 20 additions, 0 deletionssrc/Makefile
- src/helpers.h 33 additions, 0 deletionssrc/helpers.h
- src/osmem.c 27 additions, 0 deletionssrc/osmem.c
- src/osmem.h 13 additions, 0 deletionssrc/osmem.h
- tests/.gitignore 2 additions, 0 deletionstests/.gitignore
- tests/Makefile 41 additions, 0 deletionstests/Makefile
- tests/checker.py 295 additions, 0 deletionstests/checker.py
- tests/ref/test-all.ref 279 additions, 0 deletionstests/ref/test-all.ref
- tests/ref/test-calloc-arrays.ref 144 additions, 0 deletionstests/ref/test-calloc-arrays.ref
- tests/ref/test-calloc-block-reuse.ref 81 additions, 0 deletionstests/ref/test-calloc-block-reuse.ref
- tests/ref/test-calloc-coalesce-big.ref 23 additions, 0 deletionstests/ref/test-calloc-coalesce-big.ref
- tests/ref/test-calloc-coalesce.ref 35 additions, 0 deletionstests/ref/test-calloc-coalesce.ref
- tests/ref/test-calloc-expand-block.ref 38 additions, 0 deletionstests/ref/test-calloc-expand-block.ref
- tests/ref/test-calloc-no-preallocate.ref 13 additions, 0 deletionstests/ref/test-calloc-no-preallocate.ref
- tests/ref/test-calloc-no-split.ref 143 additions, 0 deletionstests/ref/test-calloc-no-split.ref
- tests/ref/test-calloc-preallocate.ref 5 additions, 0 deletionstests/ref/test-calloc-preallocate.ref
Loading
Please register or sign in to comment