|
From: jee <hou...@gm...> - 2012-09-07 08:51:21
|
hi all: Our code has a bug like this (void*)(u32)(sz_ptr); in 64bit platform! WITHOUT valgrind , malloc alloc memory's address less than 4G. WITHIN valgrind, the replace malloc will alloc memory biger than 4G. and the bug come true. But I can not fix it right now! and can't run the process to check other code. So,Is there a way to make valgrind replace malloc allocate memory less than 4G? |