1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:47:45 +00:00

AK: Remove kcalloc definition

This commit is contained in:
Michel Hermier 2022-01-12 02:53:35 +01:00 committed by Andreas Kling
parent 6e9f06fc9f
commit 9039f8fb0f

View file

@ -15,7 +15,6 @@
# include <new> # include <new>
# include <stdlib.h> # include <stdlib.h>
# define kcalloc calloc
# define kmalloc malloc # define kmalloc malloc
# define kmalloc_good_size malloc_good_size # define kmalloc_good_size malloc_good_size
# define kfree free # define kfree free