Changeset 7473807 in mainline for kernel/test/mm/falloc1.c
- Timestamp:
- 2018-05-11T20:22:42Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d2c5159
- Parents:
- ae89656
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/mm/falloc1.c
rae89656 r7473807 47 47 48 48 uintptr_t *frames = (uintptr_t *) 49 malloc(MAX_FRAMES * sizeof(uintptr_t), 0);49 malloc(MAX_FRAMES * sizeof(uintptr_t), FRAME_ATOMIC); 50 50 if (frames == NULL) 51 51 return "Unable to allocate frames";
Note:
See TracChangeset
for help on using the changeset viewer.