search for: replacemalloc

Displaying 2 results from an estimated 2 matches for "replacemalloc".

2008 Apr 30
1
How do I test janitorial task ReplaceMalloc for console.c?
How do I test janitorial task ReplaceMalloc for console.c? I finished replacing the Malloc() functions with HeapAlloc() functions and the corresponding Free() functions with HeapFree() functions, but how do I test if it works? Here is my modified console.c code from wine version 0.9.60 http://www.pastebin.com/f5307c42f
2008 Mar 01
12
Coding Contribution
Howdy, I am a C and C++ programmer -- how can I start helping with some basic coding for wine? Thanks, Will