Searched refs:lfs_malloc (Results 1 – 3 of 3) sorted by relevance
30 bd->buffer = lfs_malloc(bd->cfg->erase_size * bd->cfg->erase_count); in lfs_rambd_create()
219 static inline void *lfs_malloc(size_t size) { in lfs_malloc() function
3134 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);