RTEMS CPU Kit with SuperCore  4.11.3
Macros
slab.h File Reference
#include <stdlib.h>
#include <asm/page.h>
Include dependency graph for slab.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define kzalloc(x, y)   calloc(1, x)
 
#define kmalloc(x, y)   malloc(x)
 
#define kfree(x)   free(x)
 
#define vmalloc(x)   malloc(x)
 
#define vfree(x)   free(x)