Searched refs:malloc_extend_top (Results 1 – 2 of 2) sorted by relevance
1073 static void malloc_extend_top(INTERNAL_SIZE_T nb) in malloc_extend_top() function1075 static void malloc_extend_top(nb) INTERNAL_SIZE_T nb; in malloc_extend_top()1487 malloc_extend_top(nb);
1221 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
Completed in 19 milliseconds