Home
last modified time | relevance | path

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

/littlefs-3.7.0-3.6.0/bd/
Dlfs_rambd.c30 bd->buffer = lfs_malloc(bd->cfg->erase_size * bd->cfg->erase_count); in lfs_rambd_create()
/littlefs-3.7.0-3.6.0/
Dlfs_util.h219 static inline void *lfs_malloc(size_t size) { in lfs_malloc() function
Dlfs.c3134 file->cache.buffer = lfs_malloc(lfs->cfg->cache_size);
4166 lfs->rcache.buffer = lfs_malloc(lfs->cfg->cache_size);
4177 lfs->pcache.buffer = lfs_malloc(lfs->cfg->cache_size);
4195 lfs->free.buffer = lfs_malloc(lfs->cfg->lookahead_size);