Re: list query

2010-04-08 Thread Manish Katiyar
2010/4/8 Cédric Augonnet : > 2010/4/8 Onkar Mahajan : >> What is LIST_POISON1 and LIST_POISON2  ?? >> >> #define LIST_POISON1  ((void *) 0x00100100 + POISON_POINTER_DELTA) >> #define LIST_POISON2  ((void *) 0x00200200 + POISON_POINTER_DELTA) >> >> and why they are used ? >> >> Regards, >> Onkar >>

Re: list query

2010-04-08 Thread Cédric Augonnet
2010/4/8 Onkar Mahajan : > What is LIST_POISON1 and LIST_POISON2  ?? > > #define LIST_POISON1  ((void *) 0x00100100 + POISON_POINTER_DELTA) > #define LIST_POISON2  ((void *) 0x00200200 + POISON_POINTER_DELTA) > > and why they are used ? > > Regards, > Onkar > Hi Onkar, A "poison" value is a conve

list query

2010-04-07 Thread Onkar Mahajan
What is LIST_POISON1 and LIST_POISON2 ?? #define LIST_POISON1 ((void *) 0x00100100 + POISON_POINTER_DELTA) #define LIST_POISON2 ((void *) 0x00200200 + POISON_POINTER_DELTA) and why they are used ? Regards, Onkar