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