Valdemar Moreira Pavesi writes:
> How can libumem  detect that a global variable was deleted ?
> 
> > ::nm ! grep 0xfffffd7ffbffcde0
> 0xfffffd7ffbffcde0|0x0000000000000030|OBJT |GLOB |0x0  |78      
> |gHomeDnCacheList

Global variables have static storage duration and thus aren't subject
to any dynamic allocation mechanism, and can't be "detected" by
libumem or any other dynamic memory manager.

What are you trying to do?

-- 
James Carlson, Solaris Networking              <james.d.carlson at sun.com>
Sun Microsystems / 35 Network Drive        71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677

Reply via email to