RTEMS CPU Kit with SuperCore
4.11.2
mnt
data0
chrisj
rtems
releases
rtems-release.git
4.11.2
ws-rtems
rtems-4.11.2
cpukit
libfs
src
jffs2
include
linux
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)
Generated by
1.8.13