Subversion Repositories Kolibri OS

Rev

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

Rev 438 Rev 444
Line -... Line 1...
-
 
1
$Revision: 431 $
-
 
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
3
;;                                                              ;;
-
 
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
-
 
5
;; Distributed under terms of the GNU General Public License    ;;
-
 
6
;;                                                              ;;
-
 
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 1... Line 8...
1
struc MEM_BLOCK
8
 
2
{  .next_block  dd ?
9
struc MEM_BLOCK
3
   .prev_block  dd ? ;+4
10
{  .next_block  dd ?
4
   .list_fd     dd ? ;+8
11
   .prev_block  dd ? ;+4