free()'ing restrict'ed pointers
- From: s0suk3@xxxxxxxxx
- Date: Thu, 31 Jul 2008 06:40:46 -0700 (PDT)
Hi,
A object to which there is a pointer that has been declared 'restrict'
is supposed to be accessed only through that pointer. So is it safe to
call free() with a restricted pointer? Does free() try to access what
in points to in some way?
Thanks,
Sebastian
.
- Follow-Ups:
- Re: free()'ing restrict'ed pointers
- From: christian.bau
- Re: free()'ing restrict'ed pointers
- From: Ben Bacarisse
- Re: free()'ing restrict'ed pointers
- From: santosh
- Re: free()'ing restrict'ed pointers
- Prev by Date: Re: Procyon Library for Atmel AVR MCU - I²C problems
- Next by Date: Re: stream io in c
- Previous by thread: Compiler warning
- Next by thread: Re: free()'ing restrict'ed pointers
- Index(es):