home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / z / zsh220.zip / zsh2.2 / src / mem.pro < prev    next >
Text File  |  1992-05-02  |  510b  |  16 lines

  1. void meminit DCLPROTO((void));
  2. void heapalloc DCLPROTO((void));
  3. void permalloc DCLPROTO((void));
  4. void lastalloc DCLPROTO((void));
  5. void pushheap DCLPROTO((void));
  6. void freeheap DCLPROTO((void));
  7. void popheap DCLPROTO((void));
  8. void freeh DCLPROTO((Heap h));
  9. vptr halloc DCLPROTO((int size));
  10. vptr hcalloc DCLPROTO((int size));
  11. vptr hrealloc DCLPROTO((char *p,int old,int new));
  12. vptr zalloc DCLPROTO((int l));
  13. vptr zcalloc DCLPROTO((int size));
  14. char *strdup DCLPROTO((char *s));
  15. char *ztrdup DCLPROTO((char *s));
  16.