Searched refs:ff_memalloc (Results 1 – 3 of 3) sorted by relevance
17 void* ff_memalloc ( /* Returns pointer to the allocated memory block (null if not enough core) */ in ff_memalloc() function
376 void* ff_memalloc (UINT msize); /* Allocate memory block */
546 #define INIT_NAMBUF(fs) { lfn = ff_memalloc((FF_MAX_LFN+1)*2 + MAXDIRB(FF_MAX_LFN)); if (!lfn) LEAV…550 #define INIT_NAMBUF(fs) { lfn = ff_memalloc((FF_MAX_LFN+1)*2); if (!lfn) LEAVE_FF(fs, FR_NOT_ENOUGH…1692 …) ? MAX_MALLOC : fs->csize * SS(fs), ibuf = 0; szb > SS(fs) && (ibuf = ff_memalloc(szb)) == 0; szb… in dir_clear()5960 if (!buf) buf = ff_memalloc(sz_buf * ss); /* Use heap memory for working buffer */6422 if (!buf) buf = ff_memalloc(FF_MAX_SS); /* Use heap memory for working buffer */