// automatically generated by m4 from headers in proto subdir #ifndef __ALLOC_BALLOC_H__ #define __ALLOC_BALLOC_H__ #include extern void __LIB__ *balloc_addmem(unsigned char q,size_t num,size_t size,void *p) __smallc; extern void __LIB__ *balloc_addmem_callee(unsigned char q,size_t num,size_t size,void *p) __smallc __z88dk_callee; #define balloc_addmem(a,b,c,d) balloc_addmem_callee(a,b,c,d) extern void __LIB__ *balloc_alloc(unsigned char q) __smallc __z88dk_fastcall; extern size_t __LIB__ balloc_blockcount(unsigned char q) __smallc __z88dk_fastcall; extern void __LIB__ *balloc_firstfit(unsigned char q,unsigned char numq) __smallc; extern void __LIB__ *balloc_firstfit_callee(unsigned char q,unsigned char numq) __smallc __z88dk_callee; #define balloc_firstfit(a,b) balloc_firstfit_callee(a,b) extern void __LIB__ balloc_free(void *p) __smallc __z88dk_fastcall; extern void __LIB__ *balloc_reset(unsigned char q) __smallc __z88dk_fastcall; #endif