17 Apr
2007
17 Apr
'07
11:38 a.m.
On 17/04/07, Stefan Dösinger <stefan(a)codeweavers.com> wrote:
This time uses HeapReAlloc, grows the array by 4(defined as a constant). The information from the initial search is used for putting the element into the array.
Typically you would grow by a percentage. I think MoveMemory would be preferred over memove, but I'm not sure.