Changeset 4241683 in mainline for init/init.c
- Timestamp:
- 2006-03-14T20:45:36Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 56972c81
- Parents:
- 7d1562e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
init/init.c
r7d1562e9 r4241683 35 35 36 36 /* 37 extern char _heap; 38 void test_mremap(void) 37 static void test_mremap(void) 39 38 { 40 39 printf("Writing to good memory\n"); … … 52 51 */ 53 52 /* 54 extern char _heap;55 53 static void test_sbrk(void) 56 54 { … … 69 67 } 70 68 */ 71 72 69 /* 73 extern char _heap;74 70 static void test_malloc(void) 75 71 {
Note:
See TracChangeset
for help on using the changeset viewer.