8 lines
147 B
C
8 lines
147 B
C
#pragma once
|
|
#include <luna/Heap.h>
|
|
|
|
#define kmalloc malloc_impl
|
|
#define kcalloc calloc_impl
|
|
#define krealloc realloc_impl
|
|
#define kfree free_impl
|