Home
last modified time | relevance | path

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

/littlefs-3.5.0-3.4.0/
Dlfs_util.h221 static inline void *lfs_malloc(size_t size) { in lfs_malloc() function
Dlfs.c2963 file->cache.buffer = lfs_malloc(lfs->cfg->cache_size);
3945 lfs->rcache.buffer = lfs_malloc(lfs->cfg->cache_size);
3956 lfs->pcache.buffer = lfs_malloc(lfs->cfg->cache_size);
3974 lfs->free.buffer = lfs_malloc(lfs->cfg->lookahead_size);
/littlefs-3.5.0-3.4.0/bd/
Dlfs_rambd.c29 bd->buffer = lfs_malloc(cfg->block_size * cfg->block_count); in lfs_rambd_createcfg()
Dlfs_testbd.c42 bd->wear = lfs_malloc(sizeof(lfs_testbd_wear_t)*cfg->block_count); in lfs_testbd_createcfg()