mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Big, possibly complete sweep of naming changes.
This commit is contained in:
@@ -84,7 +84,7 @@ void* kcalloc(size_t nmemb, size_t size)
|
||||
{
|
||||
if (!nmemb || !size)
|
||||
return nullptr;
|
||||
return SimpleMalloc::allocateZeroed(nmemb * size);
|
||||
return SimpleMalloc::allocate_zeroed(nmemb * size);
|
||||
}
|
||||
|
||||
void* kmalloc(size_t size)
|
||||
|
||||
Reference in New Issue
Block a user