mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
AK: Remove kcalloc
definition
This commit is contained in:
parent
6e9f06fc9f
commit
9039f8fb0f
Notes:
sideshowbarker
2024-07-17 20:45:46 +09:00
Author: https://github.com/mhermier Commit: https://github.com/SerenityOS/serenity/commit/9039f8fb0f6 Pull-request: https://github.com/SerenityOS/serenity/pull/11827 Reviewed-by: https://github.com/BertalanD Reviewed-by: https://github.com/bgianfo ✅
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
|||
# include <new>
|
||||
# include <stdlib.h>
|
||||
|
||||
# define kcalloc calloc
|
||||
# define kmalloc malloc
|
||||
# define kmalloc_good_size malloc_good_size
|
||||
# define kfree free
|
||||
|
|
Loading…
Reference in a new issue