Changeset 75f9dcd in mainline for uspace/drv/bus/usb/uhci/utils/malloc32.h
- Timestamp:
- 2011-10-07T17:11:53Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6f05705
- Parents:
- 9b8958b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/utils/malloc32.h
r9b8958b r75f9dcd 65 65 * 66 66 * @param[in] size Size of the required memory space 67 * @return Address of the al ligned and big enough memory place, NULL on failure.67 * @return Address of the aligned and big enough memory place, NULL on failure. 68 68 */ 69 69 static inline void * malloc32(size_t size)
Note:
See TracChangeset
for help on using the changeset viewer.