2022-11-20 14:15:26 +00:00
|
|
|
#pragma once
|
2023-01-13 18:27:53 +00:00
|
|
|
#include <luna/Heap.h>
|
2022-11-20 14:15:26 +00:00
|
|
|
|
2023-01-13 18:27:53 +00:00
|
|
|
#define kmalloc malloc_impl
|
|
|
|
#define kcalloc calloc_impl
|
|
|
|
#define krealloc realloc_impl
|
|
|
|
#define kfree free_impl
|