|
I dont know about VC8, but with VC6/7 you get a corrupt heap if you use the two differnt mallocs. db On 6/18/07, Ivan-Assen Ivanov <ivanassen@gmail.com> wrote:
Turn on optimizations only for the core Lua files - you aren't likely to debug inside them anyway; this way you'll get a half-release-half-debug build. For a really fast allocator try TLSF: http://tlsf.baisoku.org/