Globally override malloc in visual c++

后端 未结 7 777
死守一世寂寞
死守一世寂寞 2020-12-06 01:47

I\'m trying to figure out a way to globally override malloc and related functions in visual c++ (2005). My setup is a dll with statically linked runtime library that consist

7条回答
  •  离开以前
    2020-12-06 02:30

    You can remove those .obj files with lib.exe from lib. I can't be more specific but I do remember doing it when I was building Chromium from source.

提交回复
热议问题