Changes in uspace/drv/uhci/utils/malloc32.h [5935fe4c:01656f2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/utils/malloc32.h
r5935fe4c r01656f2 53 53 static inline void * malloc32(size_t size) 54 54 /* TODO: this is ugly */ 55 { return memalign( 16, size); }55 { return memalign(size, 16); } 56 56 57 57 static inline void * get_page()
Note:
See TracChangeset
for help on using the changeset viewer.