Home
last modified time | relevance | path

Searched refs:ff_memalloc (Results 1 – 3 of 3) sorted by relevance

/third_party/FatFs/source/
Dffsystem.c50 void* ff_memalloc ( /* Returns pointer to the allocated memory block (null if not enough core) */ in ff_memalloc() function
Dff.h79 #define INIT_NAMBUF(fs) { lfn = ff_memalloc((FF_MAX_LFN+1)*2); if (!lfn) LEAVE_FF(fs, FR_NOT_ENOUGH…
534 void* ff_memalloc (UINT msize); /* Allocate memory block */
Dff.c1415 …) ? MAX_MALLOC : fs->csize * SS(fs), ibuf = 0; szb > SS(fs) && (ibuf = ff_memalloc(szb)) == 0; szb… in dir_clear()
2834 fs->win = (BYTE*) ff_memalloc(SS(fs)); in mount_volume()
3424 fp->buf = (BYTE*) ff_memalloc(SS(fs)); /* Init sector buffer */ in f_open()
5697 multi_buf = ff_memalloc(ss);
6062 multi_buf = ff_memalloc(ss);