Changeset aeca5a3 in mainline for uspace/drv/uhci-hcd/utils/malloc32.h
- Timestamp:
- 2011-05-18T10:58:33Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2ff7360, f58154c5
- Parents:
- 68b9f148
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/utils/malloc32.h
r68b9f148 raeca5a3 75 75 return slab_malloc_g(); 76 76 usb_log_warning("Requested %zu bytes, current allocator can't handle " 77 "that amount, pray that the standard malloc will suffice." );77 "that amount, pray that the standard malloc will suffice.", size); 78 78 return memalign(UHCI_STRCUTURES_ALIGNMENT, size); 79 79 }
Note:
See TracChangeset
for help on using the changeset viewer.