Searched refs:lfs1_malloc (Results 1 – 2 of 2) sorted by relevance
162 static inline void *lfs1_malloc(size_t size) { in lfs1_malloc() function
1364 file->cache.buffer = lfs1_malloc(lfs1->cfg->read_size); in lfs1_file_opencfg()1369 file->cache.buffer = lfs1_malloc(lfs1->cfg->prog_size); in lfs1_file_opencfg()2045 lfs1->rcache.buffer = lfs1_malloc(lfs1->cfg->read_size); in lfs1_init()2055 lfs1->pcache.buffer = lfs1_malloc(lfs1->cfg->prog_size); in lfs1_init()2071 lfs1->free.buffer = lfs1_malloc(lfs1->cfg->lookahead/8); in lfs1_init()
Completed in 7 milliseconds