nyaaaa thats all the namespacing your going to get for nyow, im tired :3

This commit is contained in:
qwertzuiopy 2025-04-04 19:58:54 +02:00
parent e30b8f0abc
commit 6dcddb4da3
35 changed files with 394 additions and 392 deletions

View file

@ -146,7 +146,7 @@ void gpu_mem_free(struct Vk *state, struct GpuMem *mem,
if (current == NULL || pointer.offset != current->start) {
meow("WHOOOPPSIIIEEEE could not find allocated block, potential dobble "
"free");
print_backtrace();
paw_print_backtrace();
return;
}
prev->next = current->next;