Хомич Екатерина P3231
All threads resolved
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
.idea
assignment-4-memory-allocator.iml +2 -0
editor.xml +580 -0
modules.xml +8 -0
vcs.xml +6 -0
workspace.xml +83 -0
src
CMakeLists.txt +10 -7
main.c +99 -0
mem.c +187 -80
mem_internals.h +5 -3
test_mem +0 -0
+ 580
- 0
Files with large changes are collapsed by default.
+ 8
- 0
\ No newline at end of file
+ 6
- 0
+ 83
- 0
<configuration name="main.c" type="CppFileRunConfiguration" factoryName="CppFileRunConfiguration" temporary="true" REDIRECT_INPUT="false" ELEVATE="false" USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" PROJECT_NAME="assignment-4-memory-allocator" TARGET_NAME="main.c" CONFIG_NAME="main.c">
\ No newline at end of file