1 #ifndef __LUNAIX_VALLOC_H
2 #define __LUNAIX_VALLOC_H
4 #include <lunaix/compiler.h>
7 valloc(unsigned int size);
10 vzalloc(unsigned int size);
13 vcalloc(unsigned int size, unsigned int count);
19 vfree_safe(void* ptr);
22 valloc_dma(unsigned int size);
25 vzalloc_dma(unsigned int size);
34 valloc_ensure_valid(void* ptr);
36 #endif /* __LUNAIX_VALLOC_H */