Home
last modified time | relevance | path

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

/external/u-boot/common/
Ddlmalloc.c1063 static void malloc_extend_top(INTERNAL_SIZE_T nb) in malloc_extend_top() function
1065 static void malloc_extend_top(nb) INTERNAL_SIZE_T nb; in malloc_extend_top()
1469 malloc_extend_top(nb);
Ddlmalloc.src1221 malloc_extend_top.)
1454 it even exists yet. But we still need to in malloc_extend_top.
1928 static void malloc_extend_top(INTERNAL_SIZE_T nb)
1930 static void malloc_extend_top(nb) INTERNAL_SIZE_T nb;
2323 malloc_extend_top(nb);
3188 * malloc_extend_top: fix mask error that caused wastage after