Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Ddlmalloc.c689 static unsigned long max_sbrked_mem = 0; variable
1162 if ((unsigned long)sbrked_mem > (unsigned long)max_sbrked_mem)
1163 max_sbrked_mem = sbrked_mem;
H A Ddlmalloc.src1558 static unsigned long max_sbrked_mem = 0;
2027 if ((unsigned long)sbrked_mem > (unsigned long)max_sbrked_mem)
2028 max_sbrked_mem = sbrked_mem;
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.map