Changeset 38d150e in mainline for uspace/app/tester/mm
- Timestamp:
- 2017-12-02T09:44:11Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 40feeac
- Parents:
- b5abaf7
- Location:
- uspace/app/tester/mm
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/mm/common.c
rb5abaf7 r38d150e 29 29 */ 30 30 31 #include < malloc.h>31 #include <stdlib.h> 32 32 #include <as.h> 33 33 #include <adt/list.h> -
uspace/app/tester/mm/malloc2.c
rb5abaf7 r38d150e 30 30 #include <stdlib.h> 31 31 #include <stddef.h> 32 #include <malloc.h>33 32 #include "../tester.h" 34 33 -
uspace/app/tester/mm/mapping1.c
rb5abaf7 r38d150e 30 30 #include <stdlib.h> 31 31 #include <stddef.h> 32 #include <malloc.h>33 32 #include <as.h> 34 33 #include <errno.h> -
uspace/app/tester/mm/pager1.c
rb5abaf7 r38d150e 30 30 #include <vfs/vfs.h> 31 31 #include <stdlib.h> 32 #include <malloc.h>33 32 #include <as.h> 34 33 #include <ns.h>
Note:
See TracChangeset
for help on using the changeset viewer.