Searched refs:lfs_malloc (Results 1 – 4 of 4) sorted by relevance
28 bd->buffer = lfs_malloc(cfg->block_size * cfg->block_count); in lfs_rambd_createcfg()
41 bd->wear = lfs_malloc(sizeof(lfs_testbd_wear_t)*cfg->block_count); in lfs_testbd_createcfg()
247 static inline void *lfs_malloc(size_t size) { in lfs_malloc() function
2493 file->cache.buffer = lfs_malloc(lfs->cfg->cache_size); in lfs_file_opencfg()3496 lfs->rcache.buffer = lfs_malloc(lfs->cfg->cache_size); in lfs_init()3507 lfs->pcache.buffer = lfs_malloc(lfs->cfg->cache_size); in lfs_init()3525 lfs->free.buffer = lfs_malloc(lfs->cfg->lookahead_size); in lfs_init()