#pragma once #include <luna/Heap.h> #define kmalloc malloc_impl #define kcalloc calloc_impl #define krealloc realloc_impl #define kfree free_impl