mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:14:58 +00:00
LibC: Re-run clang-format on malloc.cpp
This commit is contained in:
parent
19cb5ed97a
commit
e5a1e535cc
1 changed files with 0 additions and 1 deletions
|
@ -313,7 +313,6 @@ static void free_impl(void* ptr)
|
|||
|
||||
g_malloc_stats.number_of_free_calls++;
|
||||
|
||||
|
||||
void* block_base = (void*)((FlatPtr)ptr & ChunkedBlock::ChunkedBlock::block_mask);
|
||||
size_t magic = *(size_t*)block_base;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue