Hi,
Please also move this code to heap.c and rename the function and argument (e.g. to mem).
On 03/16/17 23:12, Gijs Vermeulen wrote:
+/* ?Free@Concurrency@@YAXPAX@Z */ +/* ?Free@Concurrency@@YAXPEAX@Z */ +void __cdecl Free(void * _PAllocation) +{
- FIXME("(%p) stub\n", _PAllocation);
Even so it's a semi-stub it's better to free the memory here. Applications have no guarantee that memory block will be cached anyway.
Thanks, Piotr