Home
last modified time | relevance | path

Searched refs:msize (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/fatfs/port/freertos/
Dffsystem.c16 unsigned msize /* Number of bytes to allocate */ in ff_memalloc() argument
20 return heap_caps_malloc_prefer(msize, 2, MALLOC_CAP_DEFAULT | MALLOC_CAP_SPIRAM, in ff_memalloc()
23 return malloc(msize); in ff_memalloc()
/hal_espressif-3.6.0/components/fatfs/port/linux/
Dffsystem.c14 void* ff_memalloc(UINT msize) in ff_memalloc() argument
16 return malloc(msize); in ff_memalloc()
/hal_espressif-3.6.0/components/fatfs/src/
Dffsystem.c17 UINT msize /* Number of bytes to allocate */ in ff_memalloc() argument
20 return malloc(msize); /* Allocate a new memory block with POSIX API */ in ff_memalloc()
Dffconf.h314 void* ff_memalloc (unsigned msize);
Dff.h349 void* ff_memalloc (UINT msize); /* Allocate memory block */