Subversion Repositories Kolibri OS

Rev

Rev 4429 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4429 Rev 4923
Line -... Line 1...
-
 
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
2
;;                                                              ;;
-
 
3
;; Copyright (C) KolibriOS team 2013-2014. All rights reserved. ;;
-
 
4
;; Distributed under terms of the GNU General Public License    ;;
-
 
5
;;                                                              ;;
-
 
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
7
 
-
 
8
$Revision: 4850 $
-
 
9
 
1
; Memory management for USB structures.
10
; Memory management for USB structures.
2
; Protocol layer uses the common kernel heap malloc/free.
11
; Protocol layer uses the common kernel heap malloc/free.
3
; Hardware layer has special requirements:
12
; Hardware layer has special requirements:
4
; * memory blocks should be properly aligned
13
; * memory blocks should be properly aligned
5
; * memory blocks should not cross page boundary
14
; * memory blocks should not cross page boundary