Hello all
I've written a wrapper for malloc and friends. Its
available from
The reason for doing writing this so that newbies
can finally get answers to the following
newbie questions:
1. How do I know how much memory a pointer points to?
2. How can I tell if a pointer is valid?
I know most of the regs don't need this, but be
a good samaritan and point out the bugs :-)
Comments and criticisms(sp?) welcome; note that it aims
for c99 compliance only.
goose,
I've written a wrapper for malloc and friends. Its
available from
The reason for doing writing this so that newbies
can finally get answers to the following
newbie questions:
1. How do I know how much memory a pointer points to?
2. How can I tell if a pointer is valid?
I know most of the regs don't need this, but be
a good samaritan and point out the bugs :-)
Comments and criticisms(sp?) welcome; note that it aims
for c99 compliance only.
goose,
Comment