- Timestamp:
- 2011-01-28T19:06:28Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3da5eb9
- Parents:
- 0535ee4
- File:
- 
      - 1 edited
 
 - 
          
  uspace/drv/uhci/utils/malloc32.h (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      uspace/drv/uhci/utils/malloc32.hr0535ee4 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.
  
