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