Changeset 01656f2 in mainline
- Timestamp:
- 2011-01-28T19:06:28Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- 3da5eb9
- Parents:
- 0535ee4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/utils/malloc32.h
r0535ee4 r01656f2 53 53 static inline void * malloc32(size_t size) 54 54 /* TODO: this is ugly */ 55 { return memalign(size, 1 28); }55 { return memalign(size, 16); } 56 56 57 57 static inline void * get_page()
Note: See TracChangeset
for help on using the changeset viewer.