• BALLOC.H
  • BLOCK INITIALIZATION
  • void *balloc_addmem(int q, size_t num, size_t size, void *p)
  • size_t balloc_blockcount(int q)
  • BLOCK ALLOCATION
  • void *balloc_alloc(int q)
  • void *balloc_firstfit(int q, int numq)
  • BLOCK FREE
  • void balloc_free(void *p)