Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/update_engine/
H A Dupdate.c270 #define DD_MALLOC_MAX_SIZE (0x100000*10) /* 10MB */ in ota_recovery_cmds() macro
275 for ( int j = DD_MALLOC_MAX_SIZE / SECTOR_SIZE; j > 0 ; j-- ) { in ota_recovery_cmds()