Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/drivers/sdmmc/
A Ddrv_sdmmc.c71 int alloc_part_count = 2; in _register_blk_part_device() local
91 part_table = rt_malloc(sizeof(struct rt_partition) * alloc_part_count); in _register_blk_part_device()
126 if (part_count >= alloc_part_count) in _register_blk_part_device()
132 alloc_part_count *= 2; in _register_blk_part_device()
134 … new_part_table = rt_realloc(part_table, alloc_part_count * sizeof(struct rt_partition)); in _register_blk_part_device()

Completed in 5 milliseconds