Demo project only:

Add the new IntSem test/demo code into the MSVC demo project.
This commit is contained in:
Richard Barry 2014-09-12 11:32:47 +00:00
parent b6e4854f26
commit 4f03f7d1bb
5 changed files with 14 additions and 4 deletions

View file

@ -112,7 +112,7 @@ that make up the total heap. This is only done to provide an example of heap_5
being used as this demo could easily create one large heap region instead of
multiple smaller heap regions - in which case heap_4.c would be the more
appropriate choice. */
#define mainREGION_1_SIZE 2001
#define mainREGION_1_SIZE 3001
#define mainREGION_2_SIZE 18005
#define mainREGION_3_SIZE 1007