| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
I am dealing with various programs that simply use malloc to allocate
various structures as needed for dynamic data storage.
So the question boils down to, if you have something like
#include <malloc.h>
....
MYstruct *p = malloc(sizeof(MYstruct));
....
free(p);
....
What is the best "standard/correct/portable" header to include instead of
malloc.h ?
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.