Searched refs:MAX_MALLOC (Results 1 – 1 of 1) sorted by relevance
515 #define MAX_MALLOC 0x8000 /* Must be >=FF_MAX_SS */ macro1660 …for (szb = ((DWORD)fs->csize * SS(fs) >= MAX_MALLOC) ? MAX_MALLOC : fs->csize * SS(fs), ibuf = 0; … in dir_clear()5580 …for (szb_buf = MAX_MALLOC, buf = 0; szb_buf >= ss && (buf = ff_memalloc(szb_buf)) == 0; szb_buf /=…