KolibriOS kernel
slab.inc File Reference

Functions

void slab_alloc ()
 Allocator for fixed-size blocks: allocate a block. [ebx-4] = pointer to the first page, ebx = pointer to MUTEX structure. More...
 
void slab_free ()
 Allocator for fixed-size blocks: free a block. More...
 

Variables

dd _size
 
dd _block
 

Function Documentation

◆ slab_alloc()

void slab_alloc ( )

Allocator for fixed-size blocks: allocate a block. [ebx-4] = pointer to the first page, ebx = pointer to MUTEX structure.

Source
core/slab.inc:25

◆ slab_free()

void slab_free ( )

Allocator for fixed-size blocks: free a block.

Source
core/slab.inc:107

Variable Documentation

◆ _block

dd _block
Initial value
?
Source
core/slab.inc:112

◆ _size

dd _size
Initial value
?
Source
core/slab.inc:30