mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-19 01:25:05 -04:00
Remove debug message
This commit is contained in:
parent
c7f4bdffb3
commit
4c1a853f32
@ -393,8 +393,6 @@ void* malloc::k_malloc(uint64_t bytes){
|
||||
//Address of the start of the block
|
||||
auto block_start = reinterpret_cast<uintptr_t>(current) + sizeof(malloc_header_chunk);
|
||||
|
||||
k_printf("%h\n", block_start);
|
||||
|
||||
if(TRACE_MALLOC){
|
||||
k_printf("m %u(%u) %h ", bytes, current->size(), block_start);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user