Changeset 1433ecda in mainline for uspace/lib/usbhost/include/usb/host/utils/malloc32.h
- Timestamp:
- 2018-04-04T15:42:37Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4e1cc
- Parents:
- 47b2d7e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/utils/malloc32.h
r47b2d7e3 r1433ecda 72 72 * @return Address of the aligned and big enough memory place, NULL on failure. 73 73 */ 74 static inline void * 74 static inline void *malloc32(size_t size) 75 75 { 76 76 uintptr_t phys;
Note:
See TracChangeset
for help on using the changeset viewer.