Changeset 7473807 in mainline for kernel/generic/src/console/cmd.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/generic/src/console/cmd.c
rae89656 r7473807 1465 1465 return true; 1466 1466 1467 uint64_t *data = (uint64_t *) malloc(sizeof(uint64_t) * cnt, 0); 1467 uint64_t *data = (uint64_t *) malloc(sizeof(uint64_t) * cnt, 1468 FRAME_ATOMIC); 1468 1469 if (data == NULL) { 1469 1470 printf("Error allocating memory for statistics\n");
Note:
See TracChangeset
for help on using the changeset viewer.