TODO for potential efficiency loss
This commit is contained in:
parent
a30f259121
commit
34201c1165
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,8 @@ int Scratchpad_Reclaim(Scratchpad* pad, void* pointer, size_t length)
|
|||
pad->reserved -= length;
|
||||
}
|
||||
|
||||
// TODO: Iterate into sub-scratchpads
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue