home *** CD-ROM | disk | FTP | other *** search
- /*
- oakalloc.h
-
- % 'oakland' insulated malloc functions headers
-
- OWL 1.1
- Copyright (c) 1986, 1987, 1988 by Oakland Group, Inc.
- ALL RIGHTS RESERVED.
-
- Revision History:
- -----------------
- */
-
- extern VOID *omalloc(_arg2(int, SIZE_T));
- extern VOID *ocalloc(_arg3(int, SIZE_T, SIZE_T));
- extern VOID *orealloc(_arg3(int, VOID *, SIZE_T));
- extern void ofree(_arg2(int, VOID *));
-
- /* This is here for general access. The rest are in oaktag.h */
- #define OA_NOTAG 1
-
-