Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 907 → Rev 908

/kernel/branches/kolibri_pe/core/heap.inc
18,10 → 18,11
 
;;;;;;;;;;;;;; USER ;;;;;;;;;;;;;;;;;
 
HEAP_TOP equ 0x5FC00000
HEAP_TOP equ 0x7FC00000
 
align 4
proc init_heap
_init_user_heap:
init_heap:
 
mov ebx,[current_slot]
mov eax, [ebx+APPDATA.heap_top]
46,7 → 47,6
or ecx, FREE_BLOCK
mov [page_tabs+esi], ecx
ret
endp
 
align 4
_UserAlloc: