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