TODO for potential efficiency loss

This commit is contained in:
VegOwOtenks 2024-10-08 22:56:59 +02:00
parent a30f259121
commit 34201c1165

View file

@ -108,6 +108,8 @@ int Scratchpad_Reclaim(Scratchpad* pad, void* pointer, size_t length)
pad->reserved -= length; pad->reserved -= length;
} }
// TODO: Iterate into sub-scratchpads
return EXIT_SUCCESS; return EXIT_SUCCESS;
} }