DEALLOC
DEALLOC(d, sizeof(*d));
DEALLOC(d, sizeof(struct biosdisk));
DEALLOC(d, sizeof(struct biosdisk));
#define BI_FREE() DEALLOC(bootinfo, 0)
#define BI_FREE() DEALLOC(bootinfo, 0)
DEALLOC(shdr, shdrsz);
DEALLOC(shdr, shdrsz);
DEALLOC(shp, sz);
DEALLOC(shstr, shstrsz);
DEALLOC(shp, sz);
DEALLOC(shstr, shstrsz);
DEALLOC(phdr, sz);
DEALLOC(phdr, sz);