Home
last modified time | relevance | path

Searched refs:lfs1_malloc (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/lib/littlefs/
A Dlfs1_util.h162 static inline void *lfs1_malloc(size_t size) { in lfs1_malloc() function
A Dlfs1.c1364 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