Subversion Repositories Kolibri OS

Rev

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

Rev 2112 Rev 2129
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 2112 $
8
$Revision: 2129 $
Line 9... Line 9...
9
 
9
 
Line 308... Line 308...
308
 
308
 
309
mem_block_arr     rd 1
309
mem_block_arr     rd 1
310
mem_block_start   rd 1
310
mem_block_start   rd 1
Line 311... Line 311...
311
mem_block_end     rd 1
311
mem_block_end     rd 1
312
 
312
 
313
heap_mutex        rd 1
313
heap_mutex        MUTEX
314
heap_size         rd 1
314
heap_size         rd 1
315
heap_free         rd 1
315
heap_free         rd 1