Remove malloc.h import

This commit is contained in:
gingerBill
2024-01-29 17:46:06 +00:00
parent dbb6c6f545
commit ecaaad95a5

View File

@@ -1,7 +1,3 @@
#if defined(GB_SYSTEM_LINUX)
#include <malloc.h>
#endif
gb_internal gb_inline void zero_size(void *ptr, isize len) {
memset(ptr, 0, len);
}