You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, hrealloc just allocates a new buffer of the new size, copies data, and updates the handle to point at it. Really, we should try to grow into internal fragmentation as much as we can.
The text was updated successfully, but these errors were encountered:
nickwanninger
changed the title
hrealloc should avoid allocating a new buffer if it can avoid it
hrealloc should avoid allocating a new buffer if it can avoid it
Jul 19, 2024
Currently, hrealloc just allocates a new buffer of the new size, copies data, and updates the handle to point at it. Really, we should try to grow into internal fragmentation as much as we can.
The text was updated successfully, but these errors were encountered: