summaryrefslogtreecommitdiff
path: root/common/shmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14909.124.B-...factory-brya-14909.124.B-mainYH Lin2022-12-051-2/+2
* common: Sort header filesJeremy Bettis2022-11-291-2/+2
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* common/shmalloc.c: Format with clang-formatJack Rosenthal2022-06-281-17/+12
* printf: Add support for %zEvan Green2019-10-051-4/+4
* Change get_shmem_size() to max allocatable bytesGurleen Grewal2019-09-171-1/+3
* cr50: complete support of the new NVMEM structureVadim Bendebury2019-04-051-0/+2
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-24/+24
* fix shmem console commandVincent Palatin2018-03-011-2/+2
* Fix shmalloc unit testVincent Palatin2018-02-091-1/+1
* common: introduce malloc/free implementationVadim Bendebury2017-01-051-0/+389