home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / src / mem.pro < prev    next >
Encoding:
Text File  |  1994-05-24  |  672 b   |  19 lines

  1. void heapalloc DCLPROTO((void));
  2. void permalloc DCLPROTO((void));
  3. void lastalloc DCLPROTO((void));
  4. void pushheap DCLPROTO((void));
  5. void freeheap DCLPROTO((void));
  6. void popheap DCLPROTO((void));
  7. vptr halloc DCLPROTO((int size));
  8. vptr hcalloc DCLPROTO((int size));
  9. vptr hrealloc DCLPROTO((char *p,int old,int new));
  10. vptr zalloc DCLPROTO((int l));
  11. vptr zcalloc DCLPROTO((int size));
  12. char *dupstring DCLPROTO((const char *s));
  13. char *ztrdup DCLPROTO((const char *s));
  14. void zfree DCLPROTO((vptr p,int sz));
  15. void zsfree DCLPROTO((char *p));
  16. int bin_mem DCLPROTO((char *name,char **argv,char *ops,int func));
  17. void zfree DCLPROTO((vptr p,int sz));
  18. void zsfree DCLPROTO((char *p));
  19.