Add o1HeapReallocate
thirtytwobits opened this issue · comments
Scott Dixon commented
supporting realloc
would be particularly powerful when an allocation's fragment size was much larger then the requested allocation. Subsequent reallocs would incur no memory movement costs where the new size remained within the size of the fragment.
Scott Dixon commented
Note that CETL::PMR support realloc
which is an extension to the C++ standard that does not utilize this method.