|
From: Nicholas N. <nj...@cs...> - 2008-12-03 05:47:34
|
On Mon, 1 Dec 2008, Felix Schmidt wrote: > I want to know if my current address for memory access points to a stack or a heap. > How can I do that? If you're writing a Valgrind tool, the function 'describe_addr' in memcheck/mc_errors.c might be instructive. Nick |