Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!uakari.primate.wisc.edu!sdd.hp.com!ucsd!ucbvax!duc220.uni-duisburg.de!hj412fr From: hj412fr@duc220.uni-duisburg.de (Martin Anantharaman) Newsgroups: comp.sys.apollo Subject: Re: Malloc? Message-ID: <9011280819.AA22443@duc220.uni-duisburg.de> Date: 28 Nov 90 08:19:36 GMT Sender: usenet@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 23 I would like to develop a C program using dynamic memory allocation on a DN3000 running SR10.2. However, I am unable to locate the alloc.h header file (or any other containing prototypes for malloc, calloc, and free). It would be nice to include a prototype for these routines in my code. Am I overlooking something obvious? Thanks in advance, -Glen Hansen There is a malloc.h in /usr/include under sys5.3. It is really meant to go with the malloc(3X) "fast" allocator but who cares? There are also malloc.h headers in all /usr/include/CC areas (for C++ 2.0). Martin Anantharaman FB7, FG7 (Mechanik) Work: +49 (203) 379-3336 Universitaet -GH- Duisburg Home: +49 (203) 37 65 89 Lotharstr. 1 FAX: +49 (203) 379-3052 4100 Duisburg 1 E-Mail: hj412fr@duc220.uni-duisburg.de West Germany