#pragma once #include #define kmalloc malloc_impl #define kcalloc calloc_impl #define krealloc realloc_impl #define kfree free_impl