Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2266 → Rev 2267

/kernel/trunk/core/malloc.inc
202,6 → 202,9
; eax= mem
align 4
free:
test eax, eax
jz .exit
 
push edi
mov edi, eax
add edi, -8
296,7 → 299,9
pop esi
.fail:
pop edi
.exit:
ret
 
@@:
 
; nsize = next->head & ~INUSE_BITS;