Akihiro Sagawa sagawa.aki@gmail.com writes:
This closes bug 14819.
try 2:
- tests/heap.c was updated to avoid dependency on heap reallocation
strategies.
- Use HeapAlloc instead of LocalAlloc in some places. In those cases,
they want large memory blocks, not pinned memory addresses.
They are using LMEM_MOVEABLE though. A few more tests for this flag would probably be a good idea.