KolibriOS kernel
malloc.inc File Reference

Variables

label malloc
 temp esi= nb ebx= idx More...
 
label free
 param eax= mem More...
 
label insert_chunk
 
label insert_large_chunk
 
label unlink_large_chunk
 
label malloc_small
 
label malloc_large
 
label init_malloc
 

Variable Documentation

◆ free

label free

param eax= mem

Source
core/malloc.inc:204

◆ init_malloc

label init_malloc

◆ insert_chunk

label insert_chunk

◆ insert_large_chunk

label insert_large_chunk

◆ malloc

label malloc

temp esi= nb ebx= idx

Source
core/malloc.inc:24

◆ malloc_large

label malloc_large

◆ malloc_small

label malloc_small

◆ unlink_large_chunk

label unlink_large_chunk